#[repr(C)]pub enum AiPropertyTypeInfo {
Float = 1,
Double = 2,
String = 3,
Integer = 4,
Buffer = 5,
}Variants§
Trait Implementations§
Source§impl Clone for AiPropertyTypeInfo
impl Clone for AiPropertyTypeInfo
Source§fn clone(&self) -> AiPropertyTypeInfo
fn clone(&self) -> AiPropertyTypeInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AiPropertyTypeInfo
Source§impl Debug for AiPropertyTypeInfo
impl Debug for AiPropertyTypeInfo
impl Eq for AiPropertyTypeInfo
Source§impl PartialEq for AiPropertyTypeInfo
impl PartialEq for AiPropertyTypeInfo
Source§fn eq(&self, other: &AiPropertyTypeInfo) -> bool
fn eq(&self, other: &AiPropertyTypeInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AiPropertyTypeInfo
Auto Trait Implementations§
impl Freeze for AiPropertyTypeInfo
impl RefUnwindSafe for AiPropertyTypeInfo
impl Send for AiPropertyTypeInfo
impl Sync for AiPropertyTypeInfo
impl Unpin for AiPropertyTypeInfo
impl UnsafeUnpin for AiPropertyTypeInfo
impl UnwindSafe for AiPropertyTypeInfo
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