Struct makepad_widgets::shader::std::event::VideoDecodingErrorEvent
pub struct VideoDecodingErrorEvent {
pub video_id: LiveId,
pub error: String,
}
Fields§
§video_id: LiveId
§error: String
Trait Implementations§
§impl Clone for VideoDecodingErrorEvent
impl Clone for VideoDecodingErrorEvent
§fn clone(&self) -> VideoDecodingErrorEvent
fn clone(&self) -> VideoDecodingErrorEvent
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 VideoDecodingErrorEvent
impl Send for VideoDecodingErrorEvent
impl Sync for VideoDecodingErrorEvent
impl Unpin for VideoDecodingErrorEvent
impl UnwindSafe for VideoDecodingErrorEvent
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