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