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