Struct x11_dl::xlib::XPixmapFormatValues
source · #[repr(C)]pub struct XPixmapFormatValues {
pub depth: c_int,
pub bits_per_pixel: c_int,
pub scanline_pad: c_int,
}
Fields§
§depth: c_int
§bits_per_pixel: c_int
§scanline_pad: c_int
Trait Implementations§
source§impl Clone for XPixmapFormatValues
impl Clone for XPixmapFormatValues
source§fn clone(&self) -> XPixmapFormatValues
fn clone(&self) -> XPixmapFormatValues
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XPixmapFormatValues
impl Debug for XPixmapFormatValues
source§impl PartialEq for XPixmapFormatValues
impl PartialEq for XPixmapFormatValues
impl Copy for XPixmapFormatValues
impl StructuralPartialEq for XPixmapFormatValues
Auto Trait Implementations§
impl Freeze for XPixmapFormatValues
impl RefUnwindSafe for XPixmapFormatValues
impl Send for XPixmapFormatValues
impl Sync for XPixmapFormatValues
impl Unpin for XPixmapFormatValues
impl UnwindSafe for XPixmapFormatValues
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)