Struct xproto::xAllowEventsReq
source · #[repr(C)]pub struct xAllowEventsReq {
pub reqType: CARD8,
pub mode: CARD8,
pub length: CARD16,
pub time: CARD32,
}Fields
reqType: CARD8mode: CARD8length: CARD16time: CARD32Trait Implementations
sourceimpl Clone for xAllowEventsReq
impl Clone for xAllowEventsReq
sourcefn clone(&self) -> xAllowEventsReq
fn clone(&self) -> xAllowEventsReq
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 xAllowEventsReq
impl Debug for xAllowEventsReq
impl Copy for xAllowEventsReq
Auto Trait Implementations
impl RefUnwindSafe for xAllowEventsReq
impl Send for xAllowEventsReq
impl Sync for xAllowEventsReq
impl Unpin for xAllowEventsReq
impl UnwindSafe for xAllowEventsReq
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