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