Struct breadx::auto::xproto::CreateGcRequest[][src]

pub struct CreateGcRequest {
    pub req_type: u8,
    pub length: u16,
    pub cid: Gcontext,
    pub drawable: Drawable,
    pub value_mask: Gc,
    pub function: Gx,
    pub plane_mask: u32,
    pub foreground: u32,
    pub background: u32,
    pub line_width: u32,
    pub line_style: LineStyle,
    pub cap_style: CapStyle,
    pub join_style: JoinStyle,
    pub fill_style: FillStyle,
    pub fill_rule: FillRule,
    pub tile: Pixmap,
    pub stipple: Pixmap,
    pub tile_stipple_x_origin: i32,
    pub tile_stipple_y_origin: i32,
    pub font: Font,
    pub subwindow_mode: SubwindowMode,
    pub graphics_exposures: Bool32,
    pub clip_x_origin: i32,
    pub clip_y_origin: i32,
    pub clip_mask: Pixmap,
    pub dash_offset: u32,
    pub dashes: u32,
    pub arc_mode: ArcMode,
}

Fields

req_type: u8length: u16cid: Gcontextdrawable: Drawablevalue_mask: Gcfunction: Gxplane_mask: u32foreground: u32background: u32line_width: u32line_style: LineStylecap_style: CapStylejoin_style: JoinStylefill_style: FillStylefill_rule: FillRuletile: Pixmapstipple: Pixmaptile_stipple_x_origin: i32tile_stipple_y_origin: i32font: Fontsubwindow_mode: SubwindowModegraphics_exposures: Bool32clip_x_origin: i32clip_y_origin: i32clip_mask: Pixmapdash_offset: u32dashes: u32arc_mode: ArcMode

Trait Implementations

impl AsByteSequence for CreateGcRequest[src]

impl Clone for CreateGcRequest[src]

impl Debug for CreateGcRequest[src]

impl Default for CreateGcRequest[src]

impl Request for CreateGcRequest[src]

type Reply = ()

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.