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