Struct x11rb::protocol::xinput::XIGetPropertyRequest
source · 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§
source§impl Clone for XIGetPropertyRequest
impl Clone for XIGetPropertyRequest
source§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 moresource§impl Debug for XIGetPropertyRequest
impl Debug for XIGetPropertyRequest
source§impl Default for XIGetPropertyRequest
impl Default for XIGetPropertyRequest
source§fn default() -> XIGetPropertyRequest
fn default() -> XIGetPropertyRequest
Returns the “default value” for a type. Read more
source§impl ReplyRequest for XIGetPropertyRequest
impl ReplyRequest for XIGetPropertyRequest
§type Reply = XIGetPropertyReply
type Reply = XIGetPropertyReply
The kind of reply that this request generates.
source§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