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