pub struct ParameterId {
pub data_1: u32,
pub data_2: u32,
}Fields§
§data_1: u32§data_2: u32Trait Implementations§
Source§impl Clone for ParameterId
impl Clone for ParameterId
Source§fn clone(&self) -> ParameterId
fn clone(&self) -> ParameterId
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 ParameterId
impl Debug for ParameterId
Source§impl Into<FMOD_STUDIO_PARAMETER_ID> for ParameterId
impl Into<FMOD_STUDIO_PARAMETER_ID> for ParameterId
Source§fn into(self) -> FMOD_STUDIO_PARAMETER_ID
fn into(self) -> FMOD_STUDIO_PARAMETER_ID
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for ParameterId
impl RefUnwindSafe for ParameterId
impl Send for ParameterId
impl Sync for ParameterId
impl Unpin for ParameterId
impl UnwindSafe for ParameterId
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