Struct xproto::xGrabKeyReq
source · #[repr(C)]pub struct xGrabKeyReq {
pub reqType: CARD8,
pub ownerEvents: BOOL,
pub length: CARD16,
pub grabWindow: CARD32,
pub modifiers: CARD16,
pub key: CARD8,
pub pointerMode: BYTE,
pub keyboardMode: BYTE,
pub pad1: BYTE,
pub pad2: BYTE,
pub pad3: BYTE,
}Fields
reqType: CARD8ownerEvents: BOOLlength: CARD16grabWindow: CARD32modifiers: CARD16key: CARD8pointerMode: BYTEkeyboardMode: BYTEpad1: BYTEpad2: BYTEpad3: BYTETrait Implementations
sourceimpl Clone for xGrabKeyReq
impl Clone for xGrabKeyReq
sourcefn clone(&self) -> xGrabKeyReq
fn clone(&self) -> xGrabKeyReq
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for xGrabKeyReq
impl Debug for xGrabKeyReq
impl Copy for xGrabKeyReq
Auto Trait Implementations
impl RefUnwindSafe for xGrabKeyReq
impl Send for xGrabKeyReq
impl Sync for xGrabKeyReq
impl Unpin for xGrabKeyReq
impl UnwindSafe for xGrabKeyReq
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more