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