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