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