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