Struct xproto::_FillPolyReq
source · #[repr(C)]pub struct _FillPolyReq {
pub reqType: CARD8,
pub pad: BYTE,
pub length: CARD16,
pub drawable: CARD32,
pub gc: CARD32,
pub shape: BYTE,
pub coordMode: BYTE,
pub pad1: CARD16,
}Fields
reqType: CARD8pad: BYTElength: CARD16drawable: CARD32gc: CARD32shape: BYTEcoordMode: BYTEpad1: CARD16Trait Implementations
sourceimpl Clone for _FillPolyReq
impl Clone for _FillPolyReq
sourcefn clone(&self) -> _FillPolyReq
fn clone(&self) -> _FillPolyReq
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 _FillPolyReq
impl Debug for _FillPolyReq
impl Copy for _FillPolyReq
Auto Trait Implementations
impl RefUnwindSafe for _FillPolyReq
impl Send for _FillPolyReq
impl Sync for _FillPolyReq
impl Unpin for _FillPolyReq
impl UnwindSafe for _FillPolyReq
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