Enum servo_media_traits::BackendMsg
source · pub enum BackendMsg {
Shutdown(ClientContextId, usize),
}
Variants§
Shutdown(ClientContextId, usize)
Message to notify about a media instance shutdown.
The given usize
is the media instance ID.
Auto Trait Implementations§
impl Freeze for BackendMsg
impl RefUnwindSafe for BackendMsg
impl Send for BackendMsg
impl Sync for BackendMsg
impl Unpin for BackendMsg
impl UnwindSafe for BackendMsg
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