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