Struct xproto::xGetMotionEventsReq
source · #[repr(C)]pub struct xGetMotionEventsReq {
pub reqType: CARD8,
pub pad: BYTE,
pub length: CARD16,
pub window: CARD32,
pub start: CARD32,
pub stop: CARD32,
}Fields
reqType: CARD8pad: BYTElength: CARD16window: CARD32start: CARD32stop: CARD32Trait Implementations
sourceimpl Clone for xGetMotionEventsReq
impl Clone for xGetMotionEventsReq
sourcefn clone(&self) -> xGetMotionEventsReq
fn clone(&self) -> xGetMotionEventsReq
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 xGetMotionEventsReq
impl Debug for xGetMotionEventsReq
impl Copy for xGetMotionEventsReq
Auto Trait Implementations
impl RefUnwindSafe for xGetMotionEventsReq
impl Send for xGetMotionEventsReq
impl Sync for xGetMotionEventsReq
impl Unpin for xGetMotionEventsReq
impl UnwindSafe for xGetMotionEventsReq
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