Struct x11rb::protocol::xinput::XIDeletePropertyRequest
source · pub struct XIDeletePropertyRequest {
pub deviceid: u16,
pub property: u32,
}
Fields§
§deviceid: u16
§property: u32
Implementations§
Trait Implementations§
source§impl Clone for XIDeletePropertyRequest
impl Clone for XIDeletePropertyRequest
source§fn clone(&self) -> XIDeletePropertyRequest
fn clone(&self) -> XIDeletePropertyRequest
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 XIDeletePropertyRequest
impl Debug for XIDeletePropertyRequest
source§impl Default for XIDeletePropertyRequest
impl Default for XIDeletePropertyRequest
source§fn default() -> XIDeletePropertyRequest
fn default() -> XIDeletePropertyRequest
Returns the “default value” for a type. Read more
source§impl Request for XIDeletePropertyRequest
impl Request for XIDeletePropertyRequest
impl Copy for XIDeletePropertyRequest
impl VoidRequest for XIDeletePropertyRequest
Auto Trait Implementations§
impl Freeze for XIDeletePropertyRequest
impl RefUnwindSafe for XIDeletePropertyRequest
impl Send for XIDeletePropertyRequest
impl Sync for XIDeletePropertyRequest
impl Unpin for XIDeletePropertyRequest
impl UnwindSafe for XIDeletePropertyRequest
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