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