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