Struct xproto::xCopyGCReq
source · #[repr(C)]pub struct xCopyGCReq {
pub reqType: CARD8,
pub pad: BYTE,
pub length: CARD16,
pub srcGC: CARD32,
pub dstGC: CARD32,
pub mask: CARD32,
}Fields
reqType: CARD8pad: BYTElength: CARD16srcGC: CARD32dstGC: CARD32mask: CARD32Trait Implementations
sourceimpl Clone for xCopyGCReq
impl Clone for xCopyGCReq
sourcefn clone(&self) -> xCopyGCReq
fn clone(&self) -> xCopyGCReq
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 xCopyGCReq
impl Debug for xCopyGCReq
impl Copy for xCopyGCReq
Auto Trait Implementations
impl RefUnwindSafe for xCopyGCReq
impl Send for xCopyGCReq
impl Sync for xCopyGCReq
impl Unpin for xCopyGCReq
impl UnwindSafe for xCopyGCReq
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