Struct glutin::platform::unix::x11::ffi::XRenderPictFormat [−][src]
#[repr(C)]pub struct XRenderPictFormat {
pub id: u64,
pub type_: i32,
pub depth: i32,
pub direct: XRenderDirectFormat,
pub colormap: u64,
}
Fields
id: u64
type_: i32
depth: i32
direct: XRenderDirectFormat
colormap: u64
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more