Struct gpiod_core::LineMap
source · [−]pub struct LineMap { /* private fields */ }Expand description
Line offset to bit offset mapping
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LineMap
impl Send for LineMap
impl Sync for LineMap
impl Unpin for LineMap
impl UnwindSafe for LineMap
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