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