Struct x11_dl::xlib::ScreenFormat
[−]
[src]
#[repr(C)]pub struct ScreenFormat { pub ext_data: *mut XExtData, pub depth: c_int, pub bits_per_pixel: c_int, pub scanline_pad: c_int, }
Fields
ext_data: *mut XExtData
depth: c_int
bits_per_pixel: c_int
scanline_pad: c_int
Trait Implementations
impl Debug for ScreenFormat[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for ScreenFormat[src]
fn clone(&self) -> ScreenFormat[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for ScreenFormat[src]
impl PartialEq for ScreenFormat[src]
fn eq(&self, __arg_0: &ScreenFormat) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ScreenFormat) -> bool[src]
This method tests for !=.