Struct x11rb_protocol::protocol::xproto::QueryShapeOf
source · [−]pub struct QueryShapeOf(_);
Implementations
sourceimpl QueryShapeOf
impl QueryShapeOf
pub const LARGEST_CURSOR: Self = Self(0)
pub const FASTEST_TILE: Self = Self(1)
pub const FASTEST_STIPPLE: Self = Self(2)
Trait Implementations
sourceimpl Clone for QueryShapeOf
impl Clone for QueryShapeOf
sourcefn clone(&self) -> QueryShapeOf
fn clone(&self) -> QueryShapeOf
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for QueryShapeOf
impl Debug for QueryShapeOf
sourceimpl Default for QueryShapeOf
impl Default for QueryShapeOf
sourcefn default() -> QueryShapeOf
fn default() -> QueryShapeOf
Returns the “default value” for a type. Read more
sourceimpl From<QueryShapeOf> for u8
impl From<QueryShapeOf> for u8
sourcefn from(input: QueryShapeOf) -> Self
fn from(input: QueryShapeOf) -> Self
Converts to this type from the input type.
sourceimpl From<QueryShapeOf> for Option<u8>
impl From<QueryShapeOf> for Option<u8>
sourcefn from(input: QueryShapeOf) -> Self
fn from(input: QueryShapeOf) -> Self
Converts to this type from the input type.
sourceimpl From<QueryShapeOf> for u16
impl From<QueryShapeOf> for u16
sourcefn from(input: QueryShapeOf) -> Self
fn from(input: QueryShapeOf) -> Self
Converts to this type from the input type.
sourceimpl From<QueryShapeOf> for Option<u16>
impl From<QueryShapeOf> for Option<u16>
sourcefn from(input: QueryShapeOf) -> Self
fn from(input: QueryShapeOf) -> Self
Converts to this type from the input type.
sourceimpl From<QueryShapeOf> for u32
impl From<QueryShapeOf> for u32
sourcefn from(input: QueryShapeOf) -> Self
fn from(input: QueryShapeOf) -> Self
Converts to this type from the input type.
sourceimpl From<QueryShapeOf> for Option<u32>
impl From<QueryShapeOf> for Option<u32>
sourcefn from(input: QueryShapeOf) -> Self
fn from(input: QueryShapeOf) -> Self
Converts to this type from the input type.
sourceimpl From<u8> for QueryShapeOf
impl From<u8> for QueryShapeOf
sourceimpl Hash for QueryShapeOf
impl Hash for QueryShapeOf
sourceimpl Ord for QueryShapeOf
impl Ord for QueryShapeOf
sourceimpl PartialEq<QueryShapeOf> for QueryShapeOf
impl PartialEq<QueryShapeOf> for QueryShapeOf
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &QueryShapeOf) -> bool
fn ne(&self, other: &QueryShapeOf) -> bool
This method tests for !=
.
sourceimpl PartialOrd<QueryShapeOf> for QueryShapeOf
impl PartialOrd<QueryShapeOf> for QueryShapeOf
sourcefn partial_cmp(&self, other: &QueryShapeOf) -> Option<Ordering>
fn partial_cmp(&self, other: &QueryShapeOf) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn 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 more
impl Copy for QueryShapeOf
impl Eq for QueryShapeOf
impl StructuralEq for QueryShapeOf
impl StructuralPartialEq for QueryShapeOf
Auto Trait Implementations
impl RefUnwindSafe for QueryShapeOf
impl Send for QueryShapeOf
impl Sync for QueryShapeOf
impl Unpin for QueryShapeOf
impl UnwindSafe for QueryShapeOf
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more