pub enum PECFR {
CLEAR,
_Reserved(bool),
}Expand description
Possible values of the field PECF
Variants§
Implementations§
Trait Implementations§
impl Copy for PECFR
impl StructuralPartialEq for PECFR
Auto Trait Implementations§
impl Freeze for PECFR
impl RefUnwindSafe for PECFR
impl Send for PECFR
impl Sync for PECFR
impl Unpin for PECFR
impl UnwindSafe for PECFR
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