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