#[repr(u32)]pub enum NSIType {
Invalid = 0,
Float = 1,
Double = 17,
Integer = 2,
String = 3,
Color = 4,
Point = 5,
Vector = 6,
Normal = 7,
Matrix = 8,
DoubleMatrix = 24,
Pointer = 9,
}Variants§
Invalid = 0
Float = 1
Double = 17
Integer = 2
String = 3
Color = 4
Point = 5
Vector = 6
Normal = 7
Matrix = 8
DoubleMatrix = 24
Pointer = 9
Trait Implementations§
impl Copy for NSIType
impl Eq for NSIType
impl StructuralPartialEq for NSIType
Auto Trait Implementations§
impl Freeze for NSIType
impl RefUnwindSafe for NSIType
impl Send for NSIType
impl Sync for NSIType
impl Unpin for NSIType
impl UnwindSafe for NSIType
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