pub enum CType {
Show 29 variants
Bool,
Char,
UChar,
SChar,
Short,
UShort,
Int,
UInt,
Long,
ULong,
LongLong,
ULongLong,
SizeT,
Int8t,
Int16t,
Int32t,
Int64t,
Int128t,
UInt8t,
UInt16t,
UInt32t,
UInt64t,
UInt128t,
ConstCharPtr,
BFloat16,
Float16,
Float32,
Float64,
Float128,
}Variants§
Bool
Char
UChar
SChar
Short
UShort
Int
UInt
Long
ULong
LongLong
ULongLong
SizeT
Int8t
Int16t
Int32t
Int64t
Int128t
UInt8t
UInt16t
UInt32t
UInt64t
UInt128t
ConstCharPtr
BFloat16
Float16
Float32
Float64
Float128
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CType
impl RefUnwindSafe for CType
impl Send for CType
impl Sync for CType
impl Unpin for CType
impl UnwindSafe for CType
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