pub struct ModeC;
Available on
fmod_2_3
only.Trait Implementations§
Source§impl ReadableParameterIndex<ModeType> for ModeC
impl ReadableParameterIndex<ModeType> for ModeC
Source§impl WritableParameterIndex<ModeType> for ModeC
impl WritableParameterIndex<ModeType> for ModeC
impl Copy for ModeC
Auto Trait Implementations§
impl Freeze for ModeC
impl RefUnwindSafe for ModeC
impl Send for ModeC
impl Sync for ModeC
impl Unpin for ModeC
impl UnwindSafe for ModeC
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