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