Struct xproto::xSendEventReq
source · #[repr(C)]pub struct xSendEventReq {
pub reqType: CARD8,
pub propagate: BOOL,
pub length: CARD16,
pub destination: CARD32,
pub eventMask: CARD32,
pub event: xEvent,
}Fields
reqType: CARD8propagate: BOOLlength: CARD16destination: CARD32eventMask: CARD32event: xEventTrait Implementations
sourceimpl Clone for xSendEventReq
impl Clone for xSendEventReq
sourcefn clone(&self) -> xSendEventReq
fn clone(&self) -> xSendEventReq
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 moreimpl Copy for xSendEventReq
Auto Trait Implementations
impl RefUnwindSafe for xSendEventReq
impl Send for xSendEventReq
impl Sync for xSendEventReq
impl Unpin for xSendEventReq
impl UnwindSafe for xSendEventReq
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