pub struct RegisterId(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
source§impl Clone for RegisterId
impl Clone for RegisterId
source§fn clone(&self) -> RegisterId
fn clone(&self) -> RegisterId
Returns a copy 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 RegisterId
impl Debug for RegisterId
source§impl Display for RegisterId
impl Display for RegisterId
source§impl From<RegisterId> for u32
impl From<RegisterId> for u32
source§fn from(value: RegisterId) -> Self
fn from(value: RegisterId) -> Self
Converts to this type from the input type.
source§impl From<u32> for RegisterId
impl From<u32> for RegisterId
source§impl Hash for RegisterId
impl Hash for RegisterId
source§impl Ord for RegisterId
impl Ord for RegisterId
source§fn cmp(&self, other: &RegisterId) -> Ordering
fn cmp(&self, other: &RegisterId) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for RegisterId
impl PartialEq for RegisterId
source§impl PartialOrd for RegisterId
impl PartialOrd for RegisterId
impl Copy for RegisterId
impl Eq for RegisterId
impl StructuralPartialEq for RegisterId
Auto Trait Implementations§
impl Freeze for RegisterId
impl RefUnwindSafe for RegisterId
impl Send for RegisterId
impl Sync for RegisterId
impl Unpin for RegisterId
impl UnwindSafe for RegisterId
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