#[repr(transparent)]pub struct SgiDatin1b(pub u32);Expand description
Input Data register 1 - Word-2
Tuple Fields§
§0: u32Implementations§
Source§impl SgiDatin1b
impl SgiDatin1b
Trait Implementations§
Source§impl Clone for SgiDatin1b
impl Clone for SgiDatin1b
Source§fn clone(&self) -> SgiDatin1b
fn clone(&self) -> SgiDatin1b
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SgiDatin1b
impl Debug for SgiDatin1b
Source§impl Default for SgiDatin1b
impl Default for SgiDatin1b
Source§fn default() -> SgiDatin1b
fn default() -> SgiDatin1b
Returns the “default value” for a type. Read more
Source§impl PartialEq for SgiDatin1b
impl PartialEq for SgiDatin1b
impl Copy for SgiDatin1b
impl Eq for SgiDatin1b
impl StructuralPartialEq for SgiDatin1b
Auto Trait Implementations§
impl Freeze for SgiDatin1b
impl RefUnwindSafe for SgiDatin1b
impl Send for SgiDatin1b
impl Sync for SgiDatin1b
impl Unpin for SgiDatin1b
impl UnwindSafe for SgiDatin1b
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