Struct xproto::xPolyTextReq
source · #[repr(C)]pub struct xPolyTextReq {
pub reqType: CARD8,
pub pad: CARD8,
pub length: CARD16,
pub drawable: CARD32,
pub gc: CARD32,
pub x: INT16,
pub y: INT16,
}Fields
reqType: CARD8pad: CARD8length: CARD16drawable: CARD32gc: CARD32x: INT16y: INT16Trait Implementations
sourceimpl Clone for xPolyTextReq
impl Clone for xPolyTextReq
sourcefn clone(&self) -> xPolyTextReq
fn clone(&self) -> xPolyTextReq
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 xPolyTextReq
impl Debug for xPolyTextReq
impl Copy for xPolyTextReq
Auto Trait Implementations
impl RefUnwindSafe for xPolyTextReq
impl Send for xPolyTextReq
impl Sync for xPolyTextReq
impl Unpin for xPolyTextReq
impl UnwindSafe for xPolyTextReq
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