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