#[repr(u8)]pub enum TypeFlag {
I8 = 0,
I16 = 1,
I32 = 2,
I64 = 3,
F32 = 4,
F64 = 5,
Bool = 6,
Char = 7,
U8 = 8,
U16 = 9,
U32 = 10,
U64 = 11,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for TypeFlag
impl Ord for TypeFlag
Source§impl PartialOrd for TypeFlag
impl PartialOrd for TypeFlag
impl Copy for TypeFlag
impl Eq for TypeFlag
impl StructuralPartialEq for TypeFlag
Auto Trait Implementations§
impl Freeze for TypeFlag
impl RefUnwindSafe for TypeFlag
impl Send for TypeFlag
impl Sync for TypeFlag
impl Unpin for TypeFlag
impl UnwindSafe for TypeFlag
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