#[repr(u8)]pub enum Pref {
VAL0 = 0,
VAL1 = 1,
VAL2 = 2,
VAL3 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Pref
impl Ord for Pref
Source§impl PartialOrd for Pref
impl PartialOrd for Pref
impl Copy for Pref
impl Eq for Pref
impl StructuralPartialEq for Pref
Auto Trait Implementations§
impl Freeze for Pref
impl RefUnwindSafe for Pref
impl Send for Pref
impl Sync for Pref
impl Unpin for Pref
impl UnwindSafe for Pref
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