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