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