#[repr(u8)]pub enum Wen {
REN = 0,
WEN = 1,
EEN = 2,
_RESERVED_3 = 3,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Wen
impl Ord for Wen
Source§impl PartialOrd for Wen
impl PartialOrd for Wen
impl Copy for Wen
impl Eq for Wen
impl StructuralPartialEq for Wen
Auto Trait Implementations§
impl Freeze for Wen
impl RefUnwindSafe for Wen
impl Send for Wen
impl Sync for Wen
impl Unpin for Wen
impl UnwindSafe for Wen
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)