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 duplicate 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<'input> Debug for XIChangePropertyRequest<'input>
impl<'input> Debug for XIChangePropertyRequest<'input>
Source§impl<'input> Hash for XIChangePropertyRequest<'input>
impl<'input> Hash for XIChangePropertyRequest<'input>
Source§impl<'input> Ord for XIChangePropertyRequest<'input>
impl<'input> Ord for XIChangePropertyRequest<'input>
Source§fn cmp(&self, other: &XIChangePropertyRequest<'input>) -> Ordering
fn cmp(&self, other: &XIChangePropertyRequest<'input>) -> 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<'input> PartialEq for XIChangePropertyRequest<'input>
impl<'input> PartialEq for XIChangePropertyRequest<'input>
Source§fn eq(&self, other: &XIChangePropertyRequest<'input>) -> bool
fn eq(&self, other: &XIChangePropertyRequest<'input>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'input> PartialOrd for XIChangePropertyRequest<'input>
impl<'input> PartialOrd for XIChangePropertyRequest<'input>
Source§impl<'input> Request for XIChangePropertyRequest<'input>
impl<'input> Request for XIChangePropertyRequest<'input>
impl<'input> Eq for XIChangePropertyRequest<'input>
impl<'input> StructuralPartialEq 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