#[repr(C)]pub struct SwitchVideoPlayer_Event {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl SwitchVideoPlayer_Event
impl SwitchVideoPlayer_Event
pub fn none() -> Self
pub fn created() -> Self
pub fn end_of_stream() -> Self
pub fn loop_point_reached() -> Self
pub fn first_frame_ready() -> Self
Trait Implementations§
Source§impl Clone for SwitchVideoPlayer_Event
impl Clone for SwitchVideoPlayer_Event
Source§fn clone(&self) -> SwitchVideoPlayer_Event
fn clone(&self) -> SwitchVideoPlayer_Event
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SwitchVideoPlayer_Event
impl Debug for SwitchVideoPlayer_Event
Source§impl PartialEq for SwitchVideoPlayer_Event
impl PartialEq for SwitchVideoPlayer_Event
impl Copy for SwitchVideoPlayer_Event
impl Eq for SwitchVideoPlayer_Event
impl StructuralPartialEq for SwitchVideoPlayer_Event
Auto Trait Implementations§
impl Freeze for SwitchVideoPlayer_Event
impl RefUnwindSafe for SwitchVideoPlayer_Event
impl Send for SwitchVideoPlayer_Event
impl Sync for SwitchVideoPlayer_Event
impl Unpin for SwitchVideoPlayer_Event
impl UnwindSafe for SwitchVideoPlayer_Event
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)