Struct x11_dl::xrender::XRenderPictFormat
source · #[repr(C)]pub struct XRenderPictFormat {
pub id: PictFormat,
pub type_: c_int,
pub depth: c_int,
pub direct: XRenderDirectFormat,
pub colormap: Colormap,
}
Fields§
§id: PictFormat
§type_: c_int
§depth: c_int
§direct: XRenderDirectFormat
§colormap: Colormap
Trait Implementations§
source§impl Clone for XRenderPictFormat
impl Clone for XRenderPictFormat
source§fn clone(&self) -> XRenderPictFormat
fn clone(&self) -> XRenderPictFormat
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 XRenderPictFormat
impl Debug for XRenderPictFormat
source§impl PartialEq for XRenderPictFormat
impl PartialEq for XRenderPictFormat
impl Copy for XRenderPictFormat
impl StructuralPartialEq for XRenderPictFormat
Auto Trait Implementations§
impl Freeze for XRenderPictFormat
impl RefUnwindSafe for XRenderPictFormat
impl Send for XRenderPictFormat
impl Sync for XRenderPictFormat
impl Unpin for XRenderPictFormat
impl UnwindSafe for XRenderPictFormat
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
)