pub struct Ending<'a> {
pub info: &'a AudioInfo,
}
Available on crate feature
interface
only.Expand description
Ending command.
Fields§
§info: &'a AudioInfo
Audio info
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Ending<'a>
impl<'a> Send for Ending<'a>
impl<'a> Sync for Ending<'a>
impl<'a> Unpin for Ending<'a>
impl<'a> UnwindSafe for Ending<'a>
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