#[repr(C)]pub struct SwapchainLatencyCreateInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub latency_mode_enable: u32,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_SWAPCHAIN_LATENCY_CREATE_INFO_NV.
p_next: *const c_voidOptional, may be null.
latency_mode_enable: u32Implementations§
Source§impl SwapchainLatencyCreateInfoNV
impl SwapchainLatencyCreateInfoNV
Sourcepub fn builder<'a>() -> SwapchainLatencyCreateInfoNVBuilder<'a>
pub fn builder<'a>() -> SwapchainLatencyCreateInfoNVBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for SwapchainLatencyCreateInfoNV
impl Clone for SwapchainLatencyCreateInfoNV
Source§fn clone(&self) -> SwapchainLatencyCreateInfoNV
fn clone(&self) -> SwapchainLatencyCreateInfoNV
Returns a duplicate 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 Debug for SwapchainLatencyCreateInfoNV
impl Debug for SwapchainLatencyCreateInfoNV
impl Copy for SwapchainLatencyCreateInfoNV
impl ExtendsSwapchainCreateInfoKHR for SwapchainLatencyCreateInfoNV
Auto Trait Implementations§
impl Freeze for SwapchainLatencyCreateInfoNV
impl RefUnwindSafe for SwapchainLatencyCreateInfoNV
impl !Send for SwapchainLatencyCreateInfoNV
impl !Sync for SwapchainLatencyCreateInfoNV
impl Unpin for SwapchainLatencyCreateInfoNV
impl UnsafeUnpin for SwapchainLatencyCreateInfoNV
impl UnwindSafe for SwapchainLatencyCreateInfoNV
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