#[repr(C)]pub struct PhysicalDeviceAntiLagFeaturesAMD {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub anti_lag: u32,
}Expand description
VkPhysicalDeviceAntiLagFeaturesAMD
Provided by VK_AMD_anti_lag.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ANTI_LAG_FEATURES_AMD.
p_next: *mut c_voidOptional, may be null.
anti_lag: u32Implementations§
Source§impl PhysicalDeviceAntiLagFeaturesAMD
impl PhysicalDeviceAntiLagFeaturesAMD
Sourcepub fn builder<'a>() -> PhysicalDeviceAntiLagFeaturesAMDBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceAntiLagFeaturesAMDBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceAntiLagFeaturesAMD
impl Clone for PhysicalDeviceAntiLagFeaturesAMD
Source§fn clone(&self) -> PhysicalDeviceAntiLagFeaturesAMD
fn clone(&self) -> PhysicalDeviceAntiLagFeaturesAMD
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 PhysicalDeviceAntiLagFeaturesAMD
impl Default for PhysicalDeviceAntiLagFeaturesAMD
Source§fn default() -> PhysicalDeviceAntiLagFeaturesAMD
fn default() -> PhysicalDeviceAntiLagFeaturesAMD
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceAntiLagFeaturesAMD
impl ExtendsDeviceCreateInfo for PhysicalDeviceAntiLagFeaturesAMD
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceAntiLagFeaturesAMD
Auto Trait Implementations§
impl Freeze for PhysicalDeviceAntiLagFeaturesAMD
impl RefUnwindSafe for PhysicalDeviceAntiLagFeaturesAMD
impl !Send for PhysicalDeviceAntiLagFeaturesAMD
impl !Sync for PhysicalDeviceAntiLagFeaturesAMD
impl Unpin for PhysicalDeviceAntiLagFeaturesAMD
impl UnsafeUnpin for PhysicalDeviceAntiLagFeaturesAMD
impl UnwindSafe for PhysicalDeviceAntiLagFeaturesAMD
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