Struct xcb::ffi::render::xcb_render_pictforminfo_t [] [src]

#[repr(C)]
pub struct xcb_render_pictforminfo_t { pub id: xcb_render_pictformat_t, pub type_: u8, pub depth: u8, pub pad0: [u8; 2], pub direct: xcb_render_directformat_t, pub colormap: xcb_colormap_t, }

Fields

Trait Implementations

impl Copy for xcb_render_pictforminfo_t
[src]

impl Clone for xcb_render_pictforminfo_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more