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