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