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