pub enum PodTypeId {
Show 18 variants
u8,
u16,
u32,
u64,
u128,
usize,
i8,
i16,
i32,
i64,
i128,
isize,
f32,
f64,
V64,
V128,
V256,
V512,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PodTypeId
impl RefUnwindSafe for PodTypeId
impl Send for PodTypeId
impl Sync for PodTypeId
impl Unpin for PodTypeId
impl UnwindSafe for PodTypeId
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,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
u8: 0 bytesu16: 0 bytesu32: 0 bytesu64: 0 bytesu128: 0 bytesusize: 0 bytesi8: 0 bytesi16: 0 bytesi32: 0 bytesi64: 0 bytesi128: 0 bytesisize: 0 bytesf32: 0 bytesf64: 0 bytesV64: 0 bytesV128: 0 bytesV256: 0 bytesV512: 0 bytes