#[repr(transparent)]pub struct Dir0(pub u32);Expand description
Direction registers for all port GPIO pins
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Dir0
impl Eq for Dir0
impl StructuralPartialEq for Dir0
Auto Trait Implementations§
impl Freeze for Dir0
impl RefUnwindSafe for Dir0
impl Send for Dir0
impl Sync for Dir0
impl Unpin for Dir0
impl UnwindSafe for Dir0
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