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