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