Struct x11rb::protocol::randr::DeleteProviderPropertyRequest
source · pub struct DeleteProviderPropertyRequest {
pub provider: u32,
pub property: u32,
}
Fields§
§provider: u32
§property: u32
Implementations§
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
impl Copy for DeleteProviderPropertyRequest
impl VoidRequest for DeleteProviderPropertyRequest
Auto Trait Implementations§
impl Freeze for DeleteProviderPropertyRequest
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