Struct XIChangePropertyRequest
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§
§impl<'input> XIChangePropertyRequest<'input>
impl<'input> XIChangePropertyRequest<'input>
pub fn serialize(
self,
major_opcode: u8,
) -> ([Cow<'input, [u8]>; 3], Vec<OwnedFd>)
pub fn serialize( self, major_opcode: u8, ) -> ([Cow<'input, [u8]>; 3], Vec<OwnedFd>)
Serialize this request into bytes for the provided connection
pub fn into_owned(self) -> XIChangePropertyRequest<'static>
pub fn into_owned(self) -> XIChangePropertyRequest<'static>
Clone all borrowed data in this XIChangePropertyRequest.
Trait Implementations§
§impl<'input> Clone for XIChangePropertyRequest<'input>
impl<'input> Clone for XIChangePropertyRequest<'input>
§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 more§impl Debug for XIChangePropertyRequest<'_>
impl Debug for XIChangePropertyRequest<'_>
§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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)