Struct ash::vk::PhysicalDevicePresentBarrierFeaturesNV
source · #[repr(C)]pub struct PhysicalDevicePresentBarrierFeaturesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub present_barrier: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§present_barrier: Bool32
Implementations§
source§impl PhysicalDevicePresentBarrierFeaturesNV
impl PhysicalDevicePresentBarrierFeaturesNV
pub fn builder<'a>() -> PhysicalDevicePresentBarrierFeaturesNVBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDevicePresentBarrierFeaturesNV
impl Clone for PhysicalDevicePresentBarrierFeaturesNV
source§fn clone(&self) -> PhysicalDevicePresentBarrierFeaturesNV
fn clone(&self) -> PhysicalDevicePresentBarrierFeaturesNV
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 TaggedStructure for PhysicalDevicePresentBarrierFeaturesNV
impl TaggedStructure for PhysicalDevicePresentBarrierFeaturesNV
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_PRESENT_BARRIER_FEATURES_NV
impl 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 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