#[repr(u8)]pub enum Erfclr {
NO_EFFECT = 0,
CLEAR = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Erfclr
impl Ord for Erfclr
Source§impl PartialOrd for Erfclr
impl PartialOrd for Erfclr
impl Copy for Erfclr
impl Eq for Erfclr
impl StructuralPartialEq for Erfclr
Auto Trait Implementations§
impl Freeze for Erfclr
impl RefUnwindSafe for Erfclr
impl Send for Erfclr
impl Sync for Erfclr
impl Unpin for Erfclr
impl UnwindSafe for Erfclr
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