Struct XIGetPropertyRequest
pub struct XIGetPropertyRequest {
pub deviceid: u16,
pub delete: bool,
pub property: u32,
pub type_: u32,
pub offset: u32,
pub len: u32,
}
Fields§
§deviceid: u16
§delete: bool
§property: u32
§type_: u32
§offset: u32
§len: u32
Implementations§
Trait Implementations§
§impl Clone for XIGetPropertyRequest
impl Clone for XIGetPropertyRequest
§fn clone(&self) -> XIGetPropertyRequest
fn clone(&self) -> XIGetPropertyRequest
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 XIGetPropertyRequest
impl Debug for XIGetPropertyRequest
§impl Default for XIGetPropertyRequest
impl Default for XIGetPropertyRequest
§fn default() -> XIGetPropertyRequest
fn default() -> XIGetPropertyRequest
Returns the “default value” for a type. Read more
§impl ReplyRequest for XIGetPropertyRequest
impl ReplyRequest for XIGetPropertyRequest
§type Reply = XIGetPropertyReply
type Reply = XIGetPropertyReply
The kind of reply that this request generates.
§impl Request for XIGetPropertyRequest
impl Request for XIGetPropertyRequest
impl Copy for XIGetPropertyRequest
Auto Trait Implementations§
impl Freeze for XIGetPropertyRequest
impl RefUnwindSafe for XIGetPropertyRequest
impl Send for XIGetPropertyRequest
impl Sync for XIGetPropertyRequest
impl Unpin for XIGetPropertyRequest
impl UnwindSafe for XIGetPropertyRequest
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
)