Enum red4ext_rs::types::TypeKind
source · #[repr(u8)]pub enum TypeKind {
Show 17 variants
Name = 0,
Fundamental = 1,
Class = 2,
Array = 3,
Simple = 4,
Enum = 5,
StaticArray = 6,
NativeArray = 7,
Pointer = 8,
Ref = 9,
WeakRef = 10,
ResourceRef = 11,
RaRef = 12,
BitField = 13,
Curve = 14,
ScriptRef = 15,
FixedArray = 16,
}
Expand description
An identifier for a kind of type.
Variants§
Name = 0
Fundamental = 1
Class = 2
Array = 3
Simple = 4
Enum = 5
StaticArray = 6
NativeArray = 7
Pointer = 8
Ref = 9
WeakRef = 10
ResourceRef = 11
RaRef = 12
BitField = 13
Curve = 14
ScriptRef = 15
FixedArray = 16
Implementations§
Trait Implementations§
source§impl PartialEq for TypeKind
impl PartialEq for TypeKind
impl Eq for TypeKind
impl StructuralPartialEq for TypeKind
Auto Trait Implementations§
impl Freeze for TypeKind
impl RefUnwindSafe for TypeKind
impl Send for TypeKind
impl Sync for TypeKind
impl Unpin for TypeKind
impl UnwindSafe for TypeKind
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