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