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