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