pub struct SendConfig {
pub bus_index: usize,
pub level: f32,
pub send_type: SendType,
}Expand description
Configuration for an aux send
Fields§
§bus_index: usizeTarget bus index
level: f32Send level (0.0 - 1.0)
send_type: SendTypeSend type
Trait Implementations§
Source§impl Clone for SendConfig
impl Clone for SendConfig
Source§fn clone(&self) -> SendConfig
fn clone(&self) -> SendConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SendConfig
impl Debug for SendConfig
Auto Trait Implementations§
impl Freeze for SendConfig
impl RefUnwindSafe for SendConfig
impl Send for SendConfig
impl Sync for SendConfig
impl Unpin for SendConfig
impl UnsafeUnpin for SendConfig
impl UnwindSafe for SendConfig
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