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