pub struct VideoDecodingErrorEvent {
pub video_id: LiveId,
pub error: String,
}Fields§
§video_id: LiveId§error: StringTrait Implementations§
Source§impl Clone for VideoDecodingErrorEvent
impl Clone for VideoDecodingErrorEvent
Source§fn clone(&self) -> VideoDecodingErrorEvent
fn clone(&self) -> VideoDecodingErrorEvent
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for VideoDecodingErrorEvent
impl RefUnwindSafe for VideoDecodingErrorEvent
impl Send for VideoDecodingErrorEvent
impl Sync for VideoDecodingErrorEvent
impl Unpin for VideoDecodingErrorEvent
impl UnwindSafe for VideoDecodingErrorEvent
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