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