pub struct UpperFrequency;
Available on
fmod_2_3
only.Trait Implementations§
Source§impl Clone for UpperFrequency
impl Clone for UpperFrequency
Source§fn clone(&self) -> UpperFrequency
fn clone(&self) -> UpperFrequency
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 UpperFrequency
impl Debug for UpperFrequency
Source§impl ReadableParameterIndex<f32> for UpperFrequency
impl ReadableParameterIndex<f32> for UpperFrequency
Source§impl WritableParameterIndex<f32> for UpperFrequency
impl WritableParameterIndex<f32> for UpperFrequency
impl Copy for UpperFrequency
Auto Trait Implementations§
impl Freeze for UpperFrequency
impl RefUnwindSafe for UpperFrequency
impl Send for UpperFrequency
impl Sync for UpperFrequency
impl Unpin for UpperFrequency
impl UnwindSafe for UpperFrequency
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