Struct x11rb::protocol::xinput::ChangePointerDeviceReply [−][src]
pub struct ChangePointerDeviceReply {
pub xi_reply_type: u8,
pub sequence: u16,
pub length: u32,
pub status: GrabStatus,
}
Fields
xi_reply_type: u8
sequence: u16
length: u32
status: GrabStatus
Trait Implementations
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ChangePointerDeviceReply
impl Send for ChangePointerDeviceReply
impl Sync for ChangePointerDeviceReply
impl Unpin for ChangePointerDeviceReply
impl UnwindSafe for ChangePointerDeviceReply
Blanket Implementations
Mutably borrows from an owned value. Read more