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