#[repr(transparent)]pub struct SgiDatin1d(pub u32);Expand description
Input Data register 1 - Word-0
Tuple Fields§
§0: u32Implementations§
Source§impl SgiDatin1d
impl SgiDatin1d
Trait Implementations§
Source§impl Clone for SgiDatin1d
impl Clone for SgiDatin1d
Source§fn clone(&self) -> SgiDatin1d
fn clone(&self) -> SgiDatin1d
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 SgiDatin1d
impl Debug for SgiDatin1d
Source§impl Default for SgiDatin1d
impl Default for SgiDatin1d
Source§fn default() -> SgiDatin1d
fn default() -> SgiDatin1d
Returns the “default value” for a type. Read more
Source§impl PartialEq for SgiDatin1d
impl PartialEq for SgiDatin1d
impl Copy for SgiDatin1d
impl Eq for SgiDatin1d
impl StructuralPartialEq for SgiDatin1d
Auto Trait Implementations§
impl Freeze for SgiDatin1d
impl RefUnwindSafe for SgiDatin1d
impl Send for SgiDatin1d
impl Sync for SgiDatin1d
impl Unpin for SgiDatin1d
impl UnwindSafe for SgiDatin1d
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