pub enum InstanceType {
None,
System,
EventDescription,
EventInstance,
ParameterInstance,
Bus,
Vca,
Bank,
CommandReplay,
}
Variants§
Implementations§
Source§impl InstanceType
impl InstanceType
pub fn from(value: FMOD_STUDIO_INSTANCETYPE) -> Result<InstanceType, Error>
Trait Implementations§
Source§impl Clone for InstanceType
impl Clone for InstanceType
Source§fn clone(&self) -> InstanceType
fn clone(&self) -> InstanceType
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 InstanceType
impl Debug for InstanceType
Source§impl From<InstanceType> for FMOD_STUDIO_INSTANCETYPE
impl From<InstanceType> for FMOD_STUDIO_INSTANCETYPE
Source§fn from(value: InstanceType) -> FMOD_STUDIO_INSTANCETYPE
fn from(value: InstanceType) -> FMOD_STUDIO_INSTANCETYPE
Converts to this type from the input type.
Source§impl PartialEq for InstanceType
impl PartialEq for InstanceType
impl Copy for InstanceType
impl StructuralPartialEq for InstanceType
Auto Trait Implementations§
impl Freeze for InstanceType
impl RefUnwindSafe for InstanceType
impl Send for InstanceType
impl Sync for InstanceType
impl Unpin for InstanceType
impl UnwindSafe for InstanceType
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