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