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 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 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
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