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 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 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more