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
id: xcb_render_pictformat_t
type_: u8
depth: u8
pad0: [u8; 2]
direct: xcb_render_directformat_t
colormap: xcb_colormap_t
Trait Implementations
impl Copy for xcb_render_pictforminfo_t
[src]
impl Clone for xcb_render_pictforminfo_t
[src]
fn clone(&self) -> xcb_render_pictforminfo_t
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more