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