#[repr(C)]pub enum AiMetadataType {
Bool = 0,
Int32 = 1,
Uint64 = 2,
Float = 3,
Double = 4,
AiString = 5,
AiVector3D = 6,
}
Variants§
Trait Implementations§
Source§impl Clone for AiMetadataType
impl Clone for AiMetadataType
Source§fn clone(&self) -> AiMetadataType
fn clone(&self) -> AiMetadataType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AiMetadataType
impl Debug for AiMetadataType
Source§impl PartialEq for AiMetadataType
impl PartialEq for AiMetadataType
impl Copy for AiMetadataType
impl Eq for AiMetadataType
impl StructuralPartialEq for AiMetadataType
Auto Trait Implementations§
impl Freeze for AiMetadataType
impl RefUnwindSafe for AiMetadataType
impl Send for AiMetadataType
impl Sync for AiMetadataType
impl Unpin for AiMetadataType
impl UnwindSafe for AiMetadataType
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