Struct x11::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
sourceimpl Clone for XRenderPictFormat
impl Clone for XRenderPictFormat
sourcefn clone(&self) -> XRenderPictFormat
fn clone(&self) -> XRenderPictFormat
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
sourceimpl Debug for XRenderPictFormat
impl Debug for XRenderPictFormat
sourceimpl PartialEq<XRenderPictFormat> for XRenderPictFormat
impl PartialEq<XRenderPictFormat> for XRenderPictFormat
sourcefn eq(&self, other: &XRenderPictFormat) -> bool
fn eq(&self, other: &XRenderPictFormat) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for XRenderPictFormat
impl StructuralPartialEq for XRenderPictFormat
Auto Trait Implementations
impl RefUnwindSafe for XRenderPictFormat
impl Send for XRenderPictFormat
impl Sync for XRenderPictFormat
impl Unpin for XRenderPictFormat
impl UnwindSafe for XRenderPictFormat
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