Struct x11::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 Clone for ScreenFormat
[src]
impl Clone for ScreenFormat
[src]fn clone(&self) -> ScreenFormat
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl PartialEq<ScreenFormat> for ScreenFormat
[src]
impl PartialEq<ScreenFormat> for ScreenFormat
[src]