Enum Smpsdiv
#[repr(u8)]pub enum Smpsdiv {
Div2 = 0,
Div4 = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Smpsdiv
impl Eq for Smpsdiv
§impl Ord for Smpsdiv
impl Ord for Smpsdiv
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
§impl PartialOrd for Smpsdiv
impl PartialOrd for Smpsdiv
impl StructuralPartialEq for Smpsdiv
Auto Trait Implementations§
impl Freeze for Smpsdiv
impl RefUnwindSafe for Smpsdiv
impl Send for Smpsdiv
impl Sync for Smpsdiv
impl Unpin for Smpsdiv
impl UnsafeUnpin for Smpsdiv
impl UnwindSafe for Smpsdiv
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