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