pub struct VideoPlaybackPreparedEvent {
pub video_id: LiveId,
pub video_width: u32,
pub video_height: u32,
pub duration: u128,
}Fields§
§video_id: LiveId§video_width: u32§video_height: u32§duration: u128Trait Implementations§
Source§impl Clone for VideoPlaybackPreparedEvent
impl Clone for VideoPlaybackPreparedEvent
Source§fn clone(&self) -> VideoPlaybackPreparedEvent
fn clone(&self) -> VideoPlaybackPreparedEvent
Returns a duplicate 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 VideoPlaybackPreparedEvent
impl RefUnwindSafe for VideoPlaybackPreparedEvent
impl Send for VideoPlaybackPreparedEvent
impl Sync for VideoPlaybackPreparedEvent
impl Unpin for VideoPlaybackPreparedEvent
impl UnwindSafe for VideoPlaybackPreparedEvent
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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