Enum libfmod::UserPropertyType
source · pub enum UserPropertyType {
Integer,
Boolean,
Float,
String,
}Variants§
Implementations§
source§impl UserPropertyType
impl UserPropertyType
pub fn from( value: FMOD_STUDIO_USER_PROPERTY_TYPE ) -> Result<UserPropertyType, Error>
Trait Implementations§
source§impl Clone for UserPropertyType
impl Clone for UserPropertyType
source§fn clone(&self) -> UserPropertyType
fn clone(&self) -> UserPropertyType
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 UserPropertyType
impl Debug for UserPropertyType
source§impl From<UserPropertyType> for FMOD_STUDIO_USER_PROPERTY_TYPE
impl From<UserPropertyType> for FMOD_STUDIO_USER_PROPERTY_TYPE
source§fn from(value: UserPropertyType) -> FMOD_STUDIO_USER_PROPERTY_TYPE
fn from(value: UserPropertyType) -> FMOD_STUDIO_USER_PROPERTY_TYPE
Converts to this type from the input type.
source§impl PartialEq for UserPropertyType
impl PartialEq for UserPropertyType
source§fn eq(&self, other: &UserPropertyType) -> bool
fn eq(&self, other: &UserPropertyType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for UserPropertyType
impl StructuralPartialEq for UserPropertyType
Auto Trait Implementations§
impl Freeze for UserPropertyType
impl RefUnwindSafe for UserPropertyType
impl Send for UserPropertyType
impl Sync for UserPropertyType
impl Unpin for UserPropertyType
impl UnwindSafe for UserPropertyType
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