pub struct StereoPorts<const IN: u32, const OUT: u32>;Expand description
Single static stereo port, in and out.
Trait Implementations§
Source§impl<P, const IN: u32, const OUT: u32> AudioPorts<P> for StereoPorts<IN, OUT>where
P: Plugin,
impl<P, const IN: u32, const OUT: u32> AudioPorts<P> for StereoPorts<IN, OUT>where
P: Plugin,
Source§impl<const IN: u32, const OUT: u32> Clone for StereoPorts<IN, OUT>
impl<const IN: u32, const OUT: u32> Clone for StereoPorts<IN, OUT>
Source§fn clone(&self) -> StereoPorts<IN, OUT>
fn clone(&self) -> StereoPorts<IN, OUT>
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 moreimpl<const IN: u32, const OUT: u32> Copy for StereoPorts<IN, OUT>
Auto Trait Implementations§
impl<const IN: u32, const OUT: u32> Freeze for StereoPorts<IN, OUT>
impl<const IN: u32, const OUT: u32> RefUnwindSafe for StereoPorts<IN, OUT>
impl<const IN: u32, const OUT: u32> Send for StereoPorts<IN, OUT>
impl<const IN: u32, const OUT: u32> Sync for StereoPorts<IN, OUT>
impl<const IN: u32, const OUT: u32> Unpin for StereoPorts<IN, OUT>
impl<const IN: u32, const OUT: u32> UnwindSafe for StereoPorts<IN, OUT>
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