pub enum EnumRepr {
C,
U8,
U16,
U32,
U64,
Usize,
I8,
I16,
I32,
I64,
Isize,
Align(u64),
}
Variants§
Trait Implementations§
source§impl Ord for EnumRepr
impl Ord for EnumRepr
source§impl PartialOrd for EnumRepr
impl PartialOrd for EnumRepr
impl Copy for EnumRepr
impl Eq for EnumRepr
impl StructuralPartialEq for EnumRepr
Auto Trait Implementations§
impl Freeze for EnumRepr
impl RefUnwindSafe for EnumRepr
impl Send for EnumRepr
impl Sync for EnumRepr
impl Unpin for EnumRepr
impl UnwindSafe for EnumRepr
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
)