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