Struct ash::vk::PhysicalDeviceDriverProperties
source · #[repr(C)]pub struct PhysicalDeviceDriverProperties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub driver_id: DriverId,
pub driver_name: [c_char; 256],
pub driver_info: [c_char; 256],
pub conformance_version: ConformanceVersion,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§driver_id: DriverId
§driver_name: [c_char; 256]
§driver_info: [c_char; 256]
§conformance_version: ConformanceVersion
Implementations§
source§impl PhysicalDeviceDriverProperties
impl PhysicalDeviceDriverProperties
pub fn builder<'a>() -> PhysicalDeviceDriverPropertiesBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceDriverProperties
impl Clone for PhysicalDeviceDriverProperties
source§fn clone(&self) -> PhysicalDeviceDriverProperties
fn clone(&self) -> PhysicalDeviceDriverProperties
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 PhysicalDeviceDriverProperties
impl TaggedStructure for PhysicalDeviceDriverProperties
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_DRIVER_PROPERTIES
impl Copy for PhysicalDeviceDriverProperties
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceDriverProperties
Auto Trait Implementations§
impl Freeze for PhysicalDeviceDriverProperties
impl RefUnwindSafe for PhysicalDeviceDriverProperties
impl !Send for PhysicalDeviceDriverProperties
impl !Sync for PhysicalDeviceDriverProperties
impl Unpin for PhysicalDeviceDriverProperties
impl UnwindSafe for PhysicalDeviceDriverProperties
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