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