#[repr(u32)]pub enum Subtype {
A = 0,
B = 1,
}
Variants§
Trait Implementations§
impl Copy for Subtype
impl Eq for Subtype
impl IntoBytes for Subtype
impl StructuralPartialEq for Subtype
Auto Trait Implementations§
impl Freeze for Subtype
impl RefUnwindSafe for Subtype
impl Send for Subtype
impl Sync for Subtype
impl Unpin for Subtype
impl UnwindSafe for Subtype
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
)