#[repr(i32)]pub enum aiRustPropertyKind {
aiRustPropertyKind_Integer = 0,
aiRustPropertyKind_Float = 1,
aiRustPropertyKind_String = 2,
aiRustPropertyKind_Matrix4x4 = 3,
aiRustPropertyKind_Boolean = 4,
}Variants§
aiRustPropertyKind_Integer = 0
aiRustPropertyKind_Float = 1
aiRustPropertyKind_String = 2
aiRustPropertyKind_Matrix4x4 = 3
aiRustPropertyKind_Boolean = 4
Trait Implementations§
Source§impl Clone for aiRustPropertyKind
impl Clone for aiRustPropertyKind
Source§fn clone(&self) -> aiRustPropertyKind
fn clone(&self) -> aiRustPropertyKind
Returns a duplicate 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 aiRustPropertyKind
impl Debug for aiRustPropertyKind
Source§impl Hash for aiRustPropertyKind
impl Hash for aiRustPropertyKind
Source§impl PartialEq for aiRustPropertyKind
impl PartialEq for aiRustPropertyKind
impl Copy for aiRustPropertyKind
impl Eq for aiRustPropertyKind
impl StructuralPartialEq for aiRustPropertyKind
Auto Trait Implementations§
impl Freeze for aiRustPropertyKind
impl RefUnwindSafe for aiRustPropertyKind
impl Send for aiRustPropertyKind
impl Sync for aiRustPropertyKind
impl Unpin for aiRustPropertyKind
impl UnwindSafe for aiRustPropertyKind
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