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