#[repr(u32)]pub enum TestEnum {
DoesntStartAt0 = 111,
Entry1 = 0,
Entry2 = 1,
_0StartsWithNumber = 2,
}
Variants§
Implementations§
Trait Implementations§
impl Copy for TestEnum
impl Eq for TestEnum
impl StructuralPartialEq for TestEnum
Auto Trait Implementations§
impl Freeze for TestEnum
impl RefUnwindSafe for TestEnum
impl Send for TestEnum
impl Sync for TestEnum
impl Unpin for TestEnum
impl UnwindSafe for TestEnum
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
)