Struct gpiocdev_uapi::v2::Offsets
source · [−]#[repr(C)]pub struct Offsets(_);
Expand description
A collection of line offsets.
Typically used to identify the lines belonging to a particular request.
Implementations
Trait Implementations
impl Eq for Offsets
impl StructuralEq for Offsets
impl StructuralPartialEq for Offsets
Auto Trait Implementations
impl RefUnwindSafe for Offsets
impl Send for Offsets
impl Sync for Offsets
impl Unpin for Offsets
impl UnwindSafe for Offsets
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more