Struct x11rb_protocol::protocol::xv::ImageFormatInfoType
source · pub struct ImageFormatInfoType(/* private fields */);
Implementations§
Trait Implementations§
source§impl Clone for ImageFormatInfoType
impl Clone for ImageFormatInfoType
source§fn clone(&self) -> ImageFormatInfoType
fn clone(&self) -> ImageFormatInfoType
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 ImageFormatInfoType
impl Debug for ImageFormatInfoType
source§impl Default for ImageFormatInfoType
impl Default for ImageFormatInfoType
source§fn default() -> ImageFormatInfoType
fn default() -> ImageFormatInfoType
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ImageFormatInfoType
impl<'de> Deserialize<'de> for ImageFormatInfoType
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<ImageFormatInfoType> for Option<u16>
impl From<ImageFormatInfoType> for Option<u16>
source§fn from(input: ImageFormatInfoType) -> Self
fn from(input: ImageFormatInfoType) -> Self
Converts to this type from the input type.
source§impl From<ImageFormatInfoType> for Option<u32>
impl From<ImageFormatInfoType> for Option<u32>
source§fn from(input: ImageFormatInfoType) -> Self
fn from(input: ImageFormatInfoType) -> Self
Converts to this type from the input type.
source§impl From<ImageFormatInfoType> for Option<u8>
impl From<ImageFormatInfoType> for Option<u8>
source§fn from(input: ImageFormatInfoType) -> Self
fn from(input: ImageFormatInfoType) -> Self
Converts to this type from the input type.
source§impl From<ImageFormatInfoType> for u16
impl From<ImageFormatInfoType> for u16
source§fn from(input: ImageFormatInfoType) -> Self
fn from(input: ImageFormatInfoType) -> Self
Converts to this type from the input type.
source§impl From<ImageFormatInfoType> for u32
impl From<ImageFormatInfoType> for u32
source§fn from(input: ImageFormatInfoType) -> Self
fn from(input: ImageFormatInfoType) -> Self
Converts to this type from the input type.
source§impl From<ImageFormatInfoType> for u8
impl From<ImageFormatInfoType> for u8
source§fn from(input: ImageFormatInfoType) -> Self
fn from(input: ImageFormatInfoType) -> Self
Converts to this type from the input type.
source§impl From<u8> for ImageFormatInfoType
impl From<u8> for ImageFormatInfoType
source§impl Hash for ImageFormatInfoType
impl Hash for ImageFormatInfoType
source§impl Ord for ImageFormatInfoType
impl Ord for ImageFormatInfoType
source§fn cmp(&self, other: &ImageFormatInfoType) -> Ordering
fn cmp(&self, other: &ImageFormatInfoType) -> 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 ImageFormatInfoType
impl PartialEq for ImageFormatInfoType
source§fn eq(&self, other: &ImageFormatInfoType) -> bool
fn eq(&self, other: &ImageFormatInfoType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ImageFormatInfoType
impl PartialOrd for ImageFormatInfoType
source§fn partial_cmp(&self, other: &ImageFormatInfoType) -> Option<Ordering>
fn partial_cmp(&self, other: &ImageFormatInfoType) -> 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 ImageFormatInfoType
impl Serialize for ImageFormatInfoType
impl Copy for ImageFormatInfoType
impl Eq for ImageFormatInfoType
impl StructuralPartialEq for ImageFormatInfoType
Auto Trait Implementations§
impl Freeze for ImageFormatInfoType
impl RefUnwindSafe for ImageFormatInfoType
impl Send for ImageFormatInfoType
impl Sync for ImageFormatInfoType
impl Unpin for ImageFormatInfoType
impl UnwindSafe for ImageFormatInfoType
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