Enum OpaRange
#[repr(u8)]pub enum OpaRange {
LOW = 0,
HIGH = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for OpaRange
impl Ord for OpaRange
§impl PartialOrd for OpaRange
impl PartialOrd for OpaRange
impl Copy for OpaRange
impl Eq 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 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