Struct xproto::xSetClipRectanglesReq
source · #[repr(C)]pub struct xSetClipRectanglesReq {
pub reqType: CARD8,
pub ordering: BYTE,
pub length: CARD16,
pub gc: CARD32,
pub xOrigin: INT16,
pub yOrigin: INT16,
}Fields
reqType: CARD8ordering: BYTElength: CARD16gc: CARD32xOrigin: INT16yOrigin: INT16Trait Implementations
sourceimpl Clone for xSetClipRectanglesReq
impl Clone for xSetClipRectanglesReq
sourcefn clone(&self) -> xSetClipRectanglesReq
fn clone(&self) -> xSetClipRectanglesReq
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 xSetClipRectanglesReq
impl Debug for xSetClipRectanglesReq
impl Copy for xSetClipRectanglesReq
Auto Trait Implementations
impl RefUnwindSafe for xSetClipRectanglesReq
impl Send for xSetClipRectanglesReq
impl Sync for xSetClipRectanglesReq
impl Unpin for xSetClipRectanglesReq
impl UnwindSafe for xSetClipRectanglesReq
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