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