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