pub struct VideoStreamEvent {
pub video_id: LiveId,
pub frame_group: Vec<u8>,
}Fields§
§video_id: LiveId§frame_group: Vec<u8>Trait Implementations§
Source§impl Clone for VideoStreamEvent
impl Clone for VideoStreamEvent
Source§fn clone(&self) -> VideoStreamEvent
fn clone(&self) -> VideoStreamEvent
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 VideoStreamEvent
impl RefUnwindSafe for VideoStreamEvent
impl Send for VideoStreamEvent
impl Sync for VideoStreamEvent
impl Unpin for VideoStreamEvent
impl UnwindSafe for VideoStreamEvent
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