Struct gdk_x11_sys::xlib::XPixmapFormatValues [−]
#[repr(C)]pub struct XPixmapFormatValues { pub depth: i32, pub bits_per_pixel: i32, pub scanline_pad: i32, }
Fields
depth: i32bits_per_pixel: i32scanline_pad: i32Trait Implementations
impl Clone for XPixmapFormatValues
impl Clone for XPixmapFormatValuespub fn clone(&self) -> XPixmapFormatValues
pub fn clone(&self) -> XPixmapFormatValuesReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XPixmapFormatValues
impl Debug for XPixmapFormatValuesimpl PartialEq<XPixmapFormatValues> for XPixmapFormatValues
impl PartialEq<XPixmapFormatValues> for XPixmapFormatValuespub fn eq(&self, other: &XPixmapFormatValues) -> bool
pub fn eq(&self, other: &XPixmapFormatValues) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XPixmapFormatValues) -> bool
pub fn ne(&self, other: &XPixmapFormatValues) -> boolThis method tests for !=.
impl Copy for XPixmapFormatValuesimpl StructuralPartialEq for XPixmapFormatValuesAuto Trait Implementations
impl RefUnwindSafe for XPixmapFormatValuesimpl Send for XPixmapFormatValuesimpl Sync for XPixmapFormatValuesimpl Unpin for XPixmapFormatValuesimpl UnwindSafe for XPixmapFormatValuesBlanket Implementations
Mutably borrows from an owned value. Read more