pub struct SendTrackHandle { /* private fields */ }Expand description
Controls a mixer track.
When a SendTrackHandle is dropped, the corresponding mixer
track will be removed.
Implementations§
Source§impl SendTrackHandle
impl SendTrackHandle
Sourcepub fn id(&self) -> SendTrackId
pub fn id(&self) -> SendTrackId
Returns a unique identifier for this send track.
Trait Implementations§
Source§impl Debug for SendTrackHandle
impl Debug for SendTrackHandle
Source§impl Drop for SendTrackHandle
impl Drop for SendTrackHandle
Source§impl From<&SendTrackHandle> for SendTrackId
impl From<&SendTrackHandle> for SendTrackId
Source§fn from(handle: &SendTrackHandle) -> Self
fn from(handle: &SendTrackHandle) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SendTrackHandle
impl !RefUnwindSafe for SendTrackHandle
impl Send for SendTrackHandle
impl Sync for SendTrackHandle
impl Unpin for SendTrackHandle
impl UnsafeUnpin for SendTrackHandle
impl !UnwindSafe for SendTrackHandle
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