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