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