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