Struct libfmod::ParameterDescription
source · [−]pub struct ParameterDescription {
pub name: String,
pub id: ParameterId,
pub minimum: f32,
pub maximum: f32,
pub defaultvalue: f32,
pub type_: ParameterType,
pub flags: FMOD_STUDIO_PARAMETER_FLAGS,
pub guid: Guid,
}Fields
name: Stringid: ParameterIdminimum: f32maximum: f32defaultvalue: f32type_: ParameterTypeflags: FMOD_STUDIO_PARAMETER_FLAGSguid: GuidTrait Implementations
sourceimpl Clone for ParameterDescription
impl Clone for ParameterDescription
sourcefn clone(&self) -> ParameterDescription
fn clone(&self) -> ParameterDescription
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ParameterDescription
impl Debug for ParameterDescription
sourceimpl Into<FMOD_STUDIO_PARAMETER_DESCRIPTION> for ParameterDescription
impl Into<FMOD_STUDIO_PARAMETER_DESCRIPTION> for ParameterDescription
sourcefn into(self) -> FMOD_STUDIO_PARAMETER_DESCRIPTION
fn into(self) -> FMOD_STUDIO_PARAMETER_DESCRIPTION
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ParameterDescription
impl Send for ParameterDescription
impl Sync for ParameterDescription
impl Unpin for ParameterDescription
impl UnwindSafe for ParameterDescription
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more