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