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