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: i32
bits_per_pixel: i32
scanline_pad: i32
Trait Implementations
impl Clone for XPixmapFormatValues
impl Clone for XPixmapFormatValues
fn clone(&self) -> XPixmapFormatValues
fn clone(&self) -> XPixmapFormatValues
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Debug for XPixmapFormatValues
impl Debug for XPixmapFormatValues
impl PartialEq<XPixmapFormatValues> for XPixmapFormatValues
impl PartialEq<XPixmapFormatValues> for XPixmapFormatValues
fn eq(&self, other: &XPixmapFormatValues) -> bool
fn eq(&self, other: &XPixmapFormatValues) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
fn ne(&self, other: &XPixmapFormatValues) -> bool
fn ne(&self, other: &XPixmapFormatValues) -> bool
This method tests for !=
.
impl Copy for XPixmapFormatValues
impl StructuralPartialEq for XPixmapFormatValues
Auto Trait Implementations
impl RefUnwindSafe for XPixmapFormatValues
impl Send for XPixmapFormatValues
impl Sync for XPixmapFormatValues
impl Unpin for XPixmapFormatValues
impl UnwindSafe for XPixmapFormatValues
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more