Enum fmod::studio::UserPropertyKind
source · pub enum UserPropertyKind {
Int(c_int),
Bool(bool),
Float(c_float),
String(Utf8CString),
}Variants§
Trait Implementations§
source§impl Clone for UserPropertyKind
impl Clone for UserPropertyKind
source§fn clone(&self) -> UserPropertyKind
fn clone(&self) -> UserPropertyKind
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 UserPropertyKind
impl Debug for UserPropertyKind
source§impl PartialEq for UserPropertyKind
impl PartialEq for UserPropertyKind
source§fn eq(&self, other: &UserPropertyKind) -> bool
fn eq(&self, other: &UserPropertyKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UserPropertyKind
Auto Trait Implementations§
impl Freeze for UserPropertyKind
impl RefUnwindSafe for UserPropertyKind
impl Send for UserPropertyKind
impl Sync for UserPropertyKind
impl Unpin for UserPropertyKind
impl UnwindSafe for UserPropertyKind
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