pub struct RegisterStackId(pub u32);Tuple Fields§
§0: u32Trait Implementations§
source§impl Clone for RegisterStackId
impl Clone for RegisterStackId
source§fn clone(&self) -> RegisterStackId
fn clone(&self) -> RegisterStackId
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 RegisterStackId
impl Debug for RegisterStackId
source§impl Display for RegisterStackId
impl Display for RegisterStackId
source§impl From<RegisterStackId> for u32
impl From<RegisterStackId> for u32
source§fn from(value: RegisterStackId) -> Self
fn from(value: RegisterStackId) -> Self
Converts to this type from the input type.
source§impl From<u32> for RegisterStackId
impl From<u32> for RegisterStackId
source§impl Hash for RegisterStackId
impl Hash for RegisterStackId
source§impl Ord for RegisterStackId
impl Ord for RegisterStackId
source§fn cmp(&self, other: &RegisterStackId) -> Ordering
fn cmp(&self, other: &RegisterStackId) -> 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 RegisterStackId
impl PartialEq for RegisterStackId
source§impl PartialOrd for RegisterStackId
impl PartialOrd for RegisterStackId
impl Copy for RegisterStackId
impl Eq for RegisterStackId
impl StructuralPartialEq for RegisterStackId
Auto Trait Implementations§
impl Freeze for RegisterStackId
impl RefUnwindSafe for RegisterStackId
impl Send for RegisterStackId
impl Sync for RegisterStackId
impl Unpin for RegisterStackId
impl UnwindSafe for RegisterStackId
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