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]
impl Debug for ScreenFormatfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ScreenFormat[src]
impl Clone for ScreenFormatfn clone(&self) -> ScreenFormat[src]
fn clone(&self) -> ScreenFormatReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for ScreenFormat[src]
impl Copy for ScreenFormatimpl PartialEq for ScreenFormat[src]
impl PartialEq for ScreenFormatfn eq(&self, other: &ScreenFormat) -> bool[src]
fn eq(&self, other: &ScreenFormat) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ScreenFormat) -> bool[src]
fn ne(&self, other: &ScreenFormat) -> boolThis method tests for !=.
Auto Trait Implementations
impl !Send for ScreenFormat
impl !Send for ScreenFormatimpl !Sync for ScreenFormat
impl !Sync for ScreenFormat