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