Struct makepad_widgets::shader::std::event::VideoStreamEvent
pub struct VideoStreamEvent {
pub video_id: LiveId,
pub frame_group: Vec<u8, Global>,
}Fields§
§video_id: LiveId§frame_group: Vec<u8, Global>Trait Implementations§
§impl Clone for VideoStreamEvent
impl Clone for VideoStreamEvent
§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 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