Struct xcb::ffi::xproto::xcb_format_t
[−]
[src]
#[repr(C)]pub struct xcb_format_t { pub depth: u8, pub bits_per_pixel: u8, pub scanline_pad: u8, pub pad0: [u8; 5], }
Fields
depth: u8
bits_per_pixel: u8
scanline_pad: u8
pad0: [u8; 5]
Trait Implementations
impl Copy for xcb_format_t
[src]
impl Clone for xcb_format_t
[src]
fn clone(&self) -> xcb_format_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