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