#[repr(transparent)]pub struct Gdir(pub u32);Expand description
GPIO direction register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Gdir
impl Eq for Gdir
impl StructuralPartialEq for Gdir
Auto Trait Implementations§
impl Freeze for Gdir
impl RefUnwindSafe for Gdir
impl Send for Gdir
impl Sync for Gdir
impl Unpin for Gdir
impl UnwindSafe for Gdir
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more