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