pub struct VideoNotifyReason(/* private fields */);
Implementations§
Source§impl VideoNotifyReason
impl VideoNotifyReason
pub const STARTED: VideoNotifyReason
pub const STOPPED: VideoNotifyReason
pub const BUSY: VideoNotifyReason
pub const PREEMPTED: VideoNotifyReason
pub const HARD_ERROR: VideoNotifyReason
Trait Implementations§
Source§impl Clone for VideoNotifyReason
impl Clone for VideoNotifyReason
Source§fn clone(&self) -> VideoNotifyReason
fn clone(&self) -> VideoNotifyReason
Returns a duplicate 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 moreSource§impl Debug for VideoNotifyReason
impl Debug for VideoNotifyReason
Source§impl Default for VideoNotifyReason
impl Default for VideoNotifyReason
Source§fn default() -> VideoNotifyReason
fn default() -> VideoNotifyReason
Returns the “default value” for a type. Read more
Source§impl From<u8> for VideoNotifyReason
impl From<u8> for VideoNotifyReason
Source§fn from(value: u8) -> VideoNotifyReason
fn from(value: u8) -> VideoNotifyReason
Converts to this type from the input type.
Source§impl Hash for VideoNotifyReason
impl Hash for VideoNotifyReason
Source§impl Ord for VideoNotifyReason
impl Ord for VideoNotifyReason
Source§fn cmp(&self, other: &VideoNotifyReason) -> Ordering
fn cmp(&self, other: &VideoNotifyReason) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VideoNotifyReason
impl PartialEq for VideoNotifyReason
Source§impl PartialOrd for VideoNotifyReason
impl PartialOrd for VideoNotifyReason
impl Copy for VideoNotifyReason
impl Eq for VideoNotifyReason
impl StructuralPartialEq for VideoNotifyReason
Auto Trait Implementations§
impl Freeze for VideoNotifyReason
impl RefUnwindSafe for VideoNotifyReason
impl Send for VideoNotifyReason
impl Sync for VideoNotifyReason
impl Unpin for VideoNotifyReason
impl UnwindSafe for VideoNotifyReason
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