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