pub struct VideoEvt {
pub typ: EvtType,
pub stream_id: u32,
}Fields§
§typ: EvtType§stream_id: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for VideoEvt
impl RefUnwindSafe for VideoEvt
impl Send for VideoEvt
impl Sync for VideoEvt
impl Unpin for VideoEvt
impl UnwindSafe for VideoEvt
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