pub enum ParameterType {
GameControlled,
AutomaticDistance,
AutomaticEventConeAngle,
AutomaticEventOrientation,
AutomaticDirection,
AutomaticElevation,
AutomaticListenerOrientation,
AutomaticSpeed,
AutomaticSpeedAbsolute,
AutomaticDistanceNormalized,
Max,
}Variants§
GameControlled
AutomaticDistance
AutomaticEventConeAngle
AutomaticEventOrientation
AutomaticDirection
AutomaticElevation
AutomaticListenerOrientation
AutomaticSpeed
AutomaticSpeedAbsolute
AutomaticDistanceNormalized
Max
Implementations§
Source§impl ParameterType
impl ParameterType
pub fn from(value: FMOD_STUDIO_PARAMETER_TYPE) -> Result<ParameterType, Error>
Trait Implementations§
Source§impl Clone for ParameterType
impl Clone for ParameterType
Source§fn clone(&self) -> ParameterType
fn clone(&self) -> ParameterType
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 ParameterType
impl Debug for ParameterType
Source§impl From<ParameterType> for FMOD_STUDIO_PARAMETER_TYPE
impl From<ParameterType> for FMOD_STUDIO_PARAMETER_TYPE
Source§fn from(value: ParameterType) -> FMOD_STUDIO_PARAMETER_TYPE
fn from(value: ParameterType) -> FMOD_STUDIO_PARAMETER_TYPE
Converts to this type from the input type.
Source§impl PartialEq for ParameterType
impl PartialEq for ParameterType
impl Copy for ParameterType
impl StructuralPartialEq for ParameterType
Auto Trait Implementations§
impl Freeze for ParameterType
impl RefUnwindSafe for ParameterType
impl Send for ParameterType
impl Sync for ParameterType
impl Unpin for ParameterType
impl UnwindSafe for ParameterType
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