Struct xproto::xPixmapFormat
source · #[repr(C)]pub struct xPixmapFormat {
pub depth: CARD8,
pub bitsPerPixel: CARD8,
pub scanLinePad: CARD8,
pub pad1: CARD8,
pub pad2: CARD32,
}Fields
depth: CARD8bitsPerPixel: CARD8scanLinePad: CARD8pad1: CARD8pad2: CARD32Trait Implementations
sourceimpl Clone for xPixmapFormat
impl Clone for xPixmapFormat
sourcefn clone(&self) -> xPixmapFormat
fn clone(&self) -> xPixmapFormat
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 moresourceimpl Debug for xPixmapFormat
impl Debug for xPixmapFormat
impl Copy for xPixmapFormat
Auto Trait Implementations
impl RefUnwindSafe for xPixmapFormat
impl Send for xPixmapFormat
impl Sync for xPixmapFormat
impl Unpin for xPixmapFormat
impl UnwindSafe for xPixmapFormat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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