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