#[repr(C)]pub struct LatencySurfaceCapabilitiesNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub present_mode_count: u32,
pub p_present_modes: *mut PresentModeKHR,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_LATENCY_SURFACE_CAPABILITIES_NV.
p_next: *const c_voidOptional, may be null.
present_mode_count: u32Length of p_present_modes.
p_present_modes: *mut PresentModeKHROptional, may be null.
Implementations§
Source§impl LatencySurfaceCapabilitiesNV
impl LatencySurfaceCapabilitiesNV
Sourcepub fn builder<'a>() -> LatencySurfaceCapabilitiesNVBuilder<'a>
pub fn builder<'a>() -> LatencySurfaceCapabilitiesNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for LatencySurfaceCapabilitiesNV
impl Clone for LatencySurfaceCapabilitiesNV
Source§fn clone(&self) -> LatencySurfaceCapabilitiesNV
fn clone(&self) -> LatencySurfaceCapabilitiesNV
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 LatencySurfaceCapabilitiesNV
impl Debug for LatencySurfaceCapabilitiesNV
impl Copy for LatencySurfaceCapabilitiesNV
impl ExtendsSurfaceCapabilities2KHR for LatencySurfaceCapabilitiesNV
Auto Trait Implementations§
impl Freeze for LatencySurfaceCapabilitiesNV
impl RefUnwindSafe for LatencySurfaceCapabilitiesNV
impl !Send for LatencySurfaceCapabilitiesNV
impl !Sync for LatencySurfaceCapabilitiesNV
impl Unpin for LatencySurfaceCapabilitiesNV
impl UnsafeUnpin for LatencySurfaceCapabilitiesNV
impl UnwindSafe for LatencySurfaceCapabilitiesNV
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