Struct makepad_widgets::shader::std::event::VideoDecodingInitializedEvent
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: u128
Trait Implementations§
§impl Clone for VideoDecodingInitializedEvent
impl Clone for VideoDecodingInitializedEvent
§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 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