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

pub struct CreateWindowRequest {
Show fields pub req_type: u8, pub depth: u8, pub length: u16, pub wid: Window, pub parent: Window, pub x: i16, pub y: i16, pub width: u16, pub height: u16, pub border_width: u16, pub class: WindowClass, pub visual: Visualid, pub value_mask: Cw, pub background_pixmap: Pixmap, pub background_pixel: u32, pub border_pixmap: Pixmap, pub border_pixel: u32, pub bit_gravity: Gravity, pub win_gravity: Gravity, pub backing_store: BackingStore, pub backing_planes: u32, pub backing_pixel: u32, pub override_redirect: Bool32, pub save_under: Bool32, pub event_mask: EventMask, pub do_not_propogate_mask: EventMask, pub colormap: Colormap, pub cursor: Cursor,
}

Fields

req_type: u8depth: u8length: u16wid: Windowparent: Windowx: i16y: i16width: u16height: u16border_width: u16class: WindowClassvisual: Visualidvalue_mask: Cwbackground_pixmap: Pixmapbackground_pixel: u32border_pixmap: Pixmapborder_pixel: u32bit_gravity: Gravitywin_gravity: Gravitybacking_store: BackingStorebacking_planes: u32backing_pixel: u32override_redirect: Bool32save_under: Bool32event_mask: EventMaskdo_not_propogate_mask: EventMaskcolormap: Colormapcursor: Cursor

Trait Implementations

Append this item to a sequence of bytes.

Convert a sequence of bytes into this item.

Get the size needed to store this item in terms of bytes. Higher is better than lower here, since this is mostly used to allocate buffers for items. Read more

If this item has any file descriptors stored within, this function returns them.

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

The name of the extension that this request belongs to.

Whether or not this request’s reply includes file descriptors.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.