Struct x11_dl::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
depth
bits_per_pixel
scanline_pad

Trait Implementations

Derived Implementations

impl PartialEq for ScreenFormat

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

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

impl Copy for ScreenFormat

impl Clone for ScreenFormat

fn clone(&self) -> ScreenFormat

1.0.0fn clone_from(&mut self, source: &Self)