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