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