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