Struct xproto::xUngrabKeyReq
source · #[repr(C)]pub struct xUngrabKeyReq {
pub reqType: CARD8,
pub key: CARD8,
pub length: CARD16,
pub grabWindow: CARD32,
pub modifiers: CARD16,
pub pad: CARD16,
}Fields
reqType: CARD8key: CARD8length: CARD16grabWindow: CARD32modifiers: CARD16pad: CARD16Trait Implementations
sourceimpl Clone for xUngrabKeyReq
impl Clone for xUngrabKeyReq
sourcefn clone(&self) -> xUngrabKeyReq
fn clone(&self) -> xUngrabKeyReq
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 xUngrabKeyReq
impl Debug for xUngrabKeyReq
impl Copy for xUngrabKeyReq
Auto Trait Implementations
impl RefUnwindSafe for xUngrabKeyReq
impl Send for xUngrabKeyReq
impl Sync for xUngrabKeyReq
impl Unpin for xUngrabKeyReq
impl UnwindSafe for xUngrabKeyReq
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