#[repr(C)]pub struct PhysicalDeviceDrmPropertiesEXT {
pub s_type: StructureType,
pub next: *mut c_void,
pub has_primary: Bool32,
pub has_render: Bool32,
pub primary_major: i64,
pub primary_minor: i64,
pub render_major: i64,
pub render_minor: i64,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voidhas_primary: Bool32has_render: Bool32primary_major: i64primary_minor: i64render_major: i64render_minor: i64Trait 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 !Send for PhysicalDeviceDrmPropertiesEXT
impl !Sync for PhysicalDeviceDrmPropertiesEXT
impl Unpin for PhysicalDeviceDrmPropertiesEXT
impl UnwindSafe for PhysicalDeviceDrmPropertiesEXT
Blanket Implementations
Mutably borrows from an owned value. Read more