Struct x11rb::protocol::xinput::XIChangePropertyRequest
source · pub struct XIChangePropertyRequest<'input> {
pub deviceid: u16,
pub mode: PropMode,
pub property: u32,
pub type_: u32,
pub num_items: u32,
pub items: Cow<'input, XIChangePropertyAux>,
}
Fields§
§deviceid: u16
§mode: PropMode
§property: u32
§type_: u32
§num_items: u32
§items: Cow<'input, XIChangePropertyAux>
Implementations§
source§impl<'input> XIChangePropertyRequest<'input>
impl<'input> XIChangePropertyRequest<'input>
Trait Implementations§
source§impl<'input> Clone for XIChangePropertyRequest<'input>
impl<'input> Clone for XIChangePropertyRequest<'input>
source§fn clone(&self) -> XIChangePropertyRequest<'input>
fn clone(&self) -> XIChangePropertyRequest<'input>
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 XIChangePropertyRequest<'_>
impl Debug for XIChangePropertyRequest<'_>
source§impl<'input> Request for XIChangePropertyRequest<'input>
impl<'input> Request for XIChangePropertyRequest<'input>
impl<'input> VoidRequest for XIChangePropertyRequest<'input>
Auto Trait Implementations§
impl<'input> Freeze for XIChangePropertyRequest<'input>
impl<'input> RefUnwindSafe for XIChangePropertyRequest<'input>
impl<'input> Send for XIChangePropertyRequest<'input>
impl<'input> Sync for XIChangePropertyRequest<'input>
impl<'input> Unpin for XIChangePropertyRequest<'input>
impl<'input> UnwindSafe for XIChangePropertyRequest<'input>
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