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