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