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