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

Trait Implementations

impl Copy for xcb_format_t
[src]

impl Clone for xcb_format_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more