Struct xproto::xClearAreaReq
source · #[repr(C)]pub struct xClearAreaReq {
pub reqType: CARD8,
pub exposures: BOOL,
pub length: CARD16,
pub window: CARD32,
pub x: INT16,
pub y: INT16,
pub width: CARD16,
pub height: CARD16,
}Fields
reqType: CARD8exposures: BOOLlength: CARD16window: CARD32x: INT16y: INT16width: CARD16height: CARD16Trait Implementations
sourceimpl Clone for xClearAreaReq
impl Clone for xClearAreaReq
sourcefn clone(&self) -> xClearAreaReq
fn clone(&self) -> xClearAreaReq
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 xClearAreaReq
impl Debug for xClearAreaReq
impl Copy for xClearAreaReq
Auto Trait Implementations
impl RefUnwindSafe for xClearAreaReq
impl Send for xClearAreaReq
impl Sync for xClearAreaReq
impl Unpin for xClearAreaReq
impl UnwindSafe for xClearAreaReq
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