Struct x11rb_protocol::protocol::xv::VideoNotifyReason
source · pub struct VideoNotifyReason(/* private fields */);
Implementations§
Trait Implementations§
source§impl Clone for VideoNotifyReason
impl Clone for VideoNotifyReason
source§fn clone(&self) -> VideoNotifyReason
fn clone(&self) -> VideoNotifyReason
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 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<'de> Deserialize<'de> for VideoNotifyReason
impl<'de> Deserialize<'de> for VideoNotifyReason
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<VideoNotifyReason> for Option<u16>
impl From<VideoNotifyReason> for Option<u16>
source§fn from(input: VideoNotifyReason) -> Self
fn from(input: VideoNotifyReason) -> Self
Converts to this type from the input type.
source§impl From<VideoNotifyReason> for Option<u32>
impl From<VideoNotifyReason> for Option<u32>
source§fn from(input: VideoNotifyReason) -> Self
fn from(input: VideoNotifyReason) -> Self
Converts to this type from the input type.
source§impl From<VideoNotifyReason> for Option<u8>
impl From<VideoNotifyReason> for Option<u8>
source§fn from(input: VideoNotifyReason) -> Self
fn from(input: VideoNotifyReason) -> Self
Converts to this type from the input type.
source§impl From<VideoNotifyReason> for u16
impl From<VideoNotifyReason> for u16
source§fn from(input: VideoNotifyReason) -> Self
fn from(input: VideoNotifyReason) -> Self
Converts to this type from the input type.
source§impl From<VideoNotifyReason> for u32
impl From<VideoNotifyReason> for u32
source§fn from(input: VideoNotifyReason) -> Self
fn from(input: VideoNotifyReason) -> Self
Converts to this type from the input type.
source§impl From<VideoNotifyReason> for u8
impl From<VideoNotifyReason> for u8
source§fn from(input: VideoNotifyReason) -> Self
fn from(input: VideoNotifyReason) -> Self
Converts to this type from the input type.
source§impl From<u8> for VideoNotifyReason
impl From<u8> for VideoNotifyReason
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§fn eq(&self, other: &VideoNotifyReason) -> bool
fn eq(&self, other: &VideoNotifyReason) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for VideoNotifyReason
impl PartialOrd for VideoNotifyReason
source§fn partial_cmp(&self, other: &VideoNotifyReason) -> Option<Ordering>
fn partial_cmp(&self, other: &VideoNotifyReason) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for VideoNotifyReason
impl Serialize 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