pub struct StackMode(u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Ord for StackMode
impl Ord for StackMode
1.21.0 (const: unstable) · 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 PartialOrd for StackMode
impl PartialOrd for StackMode
impl Copy for StackMode
impl Eq for StackMode
impl StructuralPartialEq for StackMode
Auto Trait Implementations§
impl Freeze for StackMode
impl RefUnwindSafe for StackMode
impl Send for StackMode
impl Sync for StackMode
impl Unpin for StackMode
impl UnsafeUnpin for StackMode
impl UnwindSafe for StackMode
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