Struct x11::xlib::ScreenFormat [] [src]

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 PartialEq for ScreenFormat
[src]

fn eq(&self, __arg_0: &ScreenFormat) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &ScreenFormat) -> bool

This method tests for !=.

impl Copy for ScreenFormat
[src]

impl Clone for ScreenFormat
[src]

fn clone(&self) -> ScreenFormat

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