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