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