#[repr(u8)]pub enum CvtType {
F32I32 = 0,
F32U32 = 1,
I32F32 = 2,
U32F32 = 3,
F32F16 = 4,
F16F32 = 5,
F32F64 = 6,
F64F32 = 7,
}Variants§
Implementations§
Trait Implementations§
impl Copy for CvtType
impl Eq for CvtType
impl StructuralPartialEq for CvtType
Auto Trait Implementations§
impl Freeze for CvtType
impl RefUnwindSafe for CvtType
impl Send for CvtType
impl Sync for CvtType
impl Unpin for CvtType
impl UnsafeUnpin for CvtType
impl UnwindSafe for CvtType
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