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