Struct ash::vk::PhysicalDeviceLayeredDriverPropertiesMSFT
source · #[repr(C)]pub struct PhysicalDeviceLayeredDriverPropertiesMSFT<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub underlying_api: LayeredDriverUnderlyingApiMSFT,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§underlying_api: LayeredDriverUnderlyingApiMSFT
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceLayeredDriverPropertiesMSFT<'a>
impl<'a> PhysicalDeviceLayeredDriverPropertiesMSFT<'a>
pub fn underlying_api( self, underlying_api: LayeredDriverUnderlyingApiMSFT, ) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceLayeredDriverPropertiesMSFT<'a>
impl<'a> Clone for PhysicalDeviceLayeredDriverPropertiesMSFT<'a>
source§fn clone(&self) -> PhysicalDeviceLayeredDriverPropertiesMSFT<'a>
fn clone(&self) -> PhysicalDeviceLayeredDriverPropertiesMSFT<'a>
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<'a> Debug for PhysicalDeviceLayeredDriverPropertiesMSFT<'a>
impl<'a> Debug for PhysicalDeviceLayeredDriverPropertiesMSFT<'a>
source§impl Default for PhysicalDeviceLayeredDriverPropertiesMSFT<'_>
impl Default for PhysicalDeviceLayeredDriverPropertiesMSFT<'_>
source§impl<'a> TaggedStructure for PhysicalDeviceLayeredDriverPropertiesMSFT<'a>
impl<'a> TaggedStructure for PhysicalDeviceLayeredDriverPropertiesMSFT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_LAYERED_DRIVER_PROPERTIES_MSFT
impl<'a> Copy for PhysicalDeviceLayeredDriverPropertiesMSFT<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceLayeredDriverPropertiesMSFT<'_>
impl Send for PhysicalDeviceLayeredDriverPropertiesMSFT<'_>
impl Sync for PhysicalDeviceLayeredDriverPropertiesMSFT<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceLayeredDriverPropertiesMSFT<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceLayeredDriverPropertiesMSFT<'a>
impl<'a> Unpin for PhysicalDeviceLayeredDriverPropertiesMSFT<'a>
impl<'a> UnwindSafe for PhysicalDeviceLayeredDriverPropertiesMSFT<'a>
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