#[repr(C)]pub struct PhysicalDeviceLayeredDriverPropertiesMSFT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub underlying_api: LayeredDriverUnderlyingApiMSFT,
}Expand description
VkPhysicalDeviceLayeredDriverPropertiesMSFT
Provided by VK_MSFT_layered_driver.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LAYERED_DRIVER_PROPERTIES_MSFT.
p_next: *mut c_voidOptional, may be null.
underlying_api: LayeredDriverUnderlyingApiMSFTImplementations§
Source§impl PhysicalDeviceLayeredDriverPropertiesMSFT
impl PhysicalDeviceLayeredDriverPropertiesMSFT
Sourcepub fn builder<'a>() -> PhysicalDeviceLayeredDriverPropertiesMSFTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceLayeredDriverPropertiesMSFTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceLayeredDriverPropertiesMSFT
impl Clone for PhysicalDeviceLayeredDriverPropertiesMSFT
Source§fn clone(&self) -> PhysicalDeviceLayeredDriverPropertiesMSFT
fn clone(&self) -> PhysicalDeviceLayeredDriverPropertiesMSFT
Returns a duplicate 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 Default for PhysicalDeviceLayeredDriverPropertiesMSFT
impl Default for PhysicalDeviceLayeredDriverPropertiesMSFT
Source§fn default() -> PhysicalDeviceLayeredDriverPropertiesMSFT
fn default() -> PhysicalDeviceLayeredDriverPropertiesMSFT
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceLayeredDriverPropertiesMSFT
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceLayeredDriverPropertiesMSFT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceLayeredDriverPropertiesMSFT
impl RefUnwindSafe for PhysicalDeviceLayeredDriverPropertiesMSFT
impl !Send for PhysicalDeviceLayeredDriverPropertiesMSFT
impl !Sync for PhysicalDeviceLayeredDriverPropertiesMSFT
impl Unpin for PhysicalDeviceLayeredDriverPropertiesMSFT
impl UnsafeUnpin for PhysicalDeviceLayeredDriverPropertiesMSFT
impl UnwindSafe for PhysicalDeviceLayeredDriverPropertiesMSFT
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