pub enum SendType {
PreFader,
PostFader,
}Expand description
Send type
Variants§
PreFader
Pre-fader (signal taken before channel volume)
PostFader
Post-fader (signal taken after channel volume)
Trait Implementations§
impl Copy for SendType
impl StructuralPartialEq for SendType
Auto Trait Implementations§
impl Freeze for SendType
impl RefUnwindSafe for SendType
impl Send for SendType
impl Sync for SendType
impl Unpin for SendType
impl UnsafeUnpin for SendType
impl UnwindSafe for SendType
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