Struct ash::vk::PhysicalDeviceDrmPropertiesEXT
source · #[repr(C)]pub struct PhysicalDeviceDrmPropertiesEXT {
pub s_type: StructureType,
pub p_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: StructureType
§p_next: *mut c_void
§has_primary: Bool32
§has_render: Bool32
§primary_major: i64
§primary_minor: i64
§render_major: i64
§render_minor: i64
Implementations§
source§impl PhysicalDeviceDrmPropertiesEXT
impl PhysicalDeviceDrmPropertiesEXT
pub fn builder<'a>() -> PhysicalDeviceDrmPropertiesEXTBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceDrmPropertiesEXT
impl Clone for PhysicalDeviceDrmPropertiesEXT
source§fn clone(&self) -> PhysicalDeviceDrmPropertiesEXT
fn clone(&self) -> PhysicalDeviceDrmPropertiesEXT
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 more