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