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