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