#[repr(C)]pub struct PhysicalDevicePresentBarrierFeaturesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub present_barrier: u32,
}Expand description
VkPhysicalDevicePresentBarrierFeaturesNV
Provided by VK_NV_present_barrier.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_BARRIER_FEATURES_NV.
p_next: *mut c_voidOptional, may be null.
present_barrier: u32Implementations§
Source§impl PhysicalDevicePresentBarrierFeaturesNV
impl PhysicalDevicePresentBarrierFeaturesNV
Sourcepub fn builder<'a>() -> PhysicalDevicePresentBarrierFeaturesNVBuilder<'a>
pub fn builder<'a>() -> PhysicalDevicePresentBarrierFeaturesNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDevicePresentBarrierFeaturesNV
impl Clone for PhysicalDevicePresentBarrierFeaturesNV
Source§fn clone(&self) -> PhysicalDevicePresentBarrierFeaturesNV
fn clone(&self) -> PhysicalDevicePresentBarrierFeaturesNV
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 moreimpl Copy for PhysicalDevicePresentBarrierFeaturesNV
impl ExtendsDeviceCreateInfo for PhysicalDevicePresentBarrierFeaturesNV
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDevicePresentBarrierFeaturesNV
Auto Trait Implementations§
impl Freeze for PhysicalDevicePresentBarrierFeaturesNV
impl RefUnwindSafe for PhysicalDevicePresentBarrierFeaturesNV
impl !Send for PhysicalDevicePresentBarrierFeaturesNV
impl !Sync for PhysicalDevicePresentBarrierFeaturesNV
impl Unpin for PhysicalDevicePresentBarrierFeaturesNV
impl UnsafeUnpin for PhysicalDevicePresentBarrierFeaturesNV
impl UnwindSafe for PhysicalDevicePresentBarrierFeaturesNV
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