Enum Wcf
pub enum Wcf {
_0 = 0,
_1 = 1,
}Expand description
Word Complete Flag
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Wcf
impl Eq for Wcf
impl StructuralPartialEq for Wcf
Auto Trait Implementations§
impl Freeze for Wcf
impl RefUnwindSafe for Wcf
impl Send for Wcf
impl Sync for Wcf
impl Unpin for Wcf
impl UnwindSafe for Wcf
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