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