pub struct VideoDecodingInitializedEvent {
pub video_id: LiveId,
pub frame_rate: usize,
pub video_width: u32,
pub video_height: u32,
pub color_format: VideoColorFormat,
pub duration: u128,
}Fields§
§video_id: LiveId§frame_rate: usize§video_width: u32§video_height: u32§color_format: VideoColorFormat§duration: u128Trait Implementations§
Source§impl Clone for VideoDecodingInitializedEvent
impl Clone for VideoDecodingInitializedEvent
Source§fn clone(&self) -> VideoDecodingInitializedEvent
fn clone(&self) -> VideoDecodingInitializedEvent
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 VideoDecodingInitializedEvent
impl RefUnwindSafe for VideoDecodingInitializedEvent
impl Send for VideoDecodingInitializedEvent
impl Sync for VideoDecodingInitializedEvent
impl Unpin for VideoDecodingInitializedEvent
impl UnwindSafe for VideoDecodingInitializedEvent
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