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