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