Struct x11rb_async::protocol::randr::QueryProviderPropertyRequest
source · pub struct QueryProviderPropertyRequest {
pub provider: u32,
pub property: u32,
}Fields§
§provider: u32§property: u32Implementations§
Trait Implementations§
source§impl Clone for QueryProviderPropertyRequest
impl Clone for QueryProviderPropertyRequest
source§fn clone(&self) -> QueryProviderPropertyRequest
fn clone(&self) -> QueryProviderPropertyRequest
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 QueryProviderPropertyRequest
impl Debug for QueryProviderPropertyRequest
source§impl Default for QueryProviderPropertyRequest
impl Default for QueryProviderPropertyRequest
source§fn default() -> QueryProviderPropertyRequest
fn default() -> QueryProviderPropertyRequest
Returns the “default value” for a type. Read more
source§impl Hash for QueryProviderPropertyRequest
impl Hash for QueryProviderPropertyRequest
source§impl Ord for QueryProviderPropertyRequest
impl Ord for QueryProviderPropertyRequest
source§fn cmp(&self, other: &QueryProviderPropertyRequest) -> Ordering
fn cmp(&self, other: &QueryProviderPropertyRequest) -> 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 QueryProviderPropertyRequest
impl PartialEq for QueryProviderPropertyRequest
source§fn eq(&self, other: &QueryProviderPropertyRequest) -> bool
fn eq(&self, other: &QueryProviderPropertyRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for QueryProviderPropertyRequest
impl PartialOrd for QueryProviderPropertyRequest
source§fn partial_cmp(&self, other: &QueryProviderPropertyRequest) -> Option<Ordering>
fn partial_cmp(&self, other: &QueryProviderPropertyRequest) -> 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 ReplyRequest for QueryProviderPropertyRequest
impl ReplyRequest for QueryProviderPropertyRequest
§type Reply = QueryProviderPropertyReply
type Reply = QueryProviderPropertyReply
The kind of reply that this request generates.
impl Copy for QueryProviderPropertyRequest
impl Eq for QueryProviderPropertyRequest
impl StructuralEq for QueryProviderPropertyRequest
impl StructuralPartialEq for QueryProviderPropertyRequest
Auto Trait Implementations§
impl RefUnwindSafe for QueryProviderPropertyRequest
impl Send for QueryProviderPropertyRequest
impl Sync for QueryProviderPropertyRequest
impl Unpin for QueryProviderPropertyRequest
impl UnwindSafe for QueryProviderPropertyRequest
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