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 moresource§impl TaggedStructure for PhysicalDeviceDrmPropertiesEXT
impl TaggedStructure for PhysicalDeviceDrmPropertiesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_DRM_PROPERTIES_EXT
impl Copy for PhysicalDeviceDrmPropertiesEXT
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceDrmPropertiesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceDrmPropertiesEXT
impl RefUnwindSafe for PhysicalDeviceDrmPropertiesEXT
impl !Send for PhysicalDeviceDrmPropertiesEXT
impl !Sync for PhysicalDeviceDrmPropertiesEXT
impl Unpin for PhysicalDeviceDrmPropertiesEXT
impl UnwindSafe for PhysicalDeviceDrmPropertiesEXT
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