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