#[repr(C)]pub struct VkLatencySurfaceCapabilitiesNV {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub presentModeCount: u32,
pub pPresentModes: *mut VkPresentModeKHR,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§presentModeCount: u32
§pPresentModes: *mut VkPresentModeKHR
Trait Implementations§
Source§impl Clone for VkLatencySurfaceCapabilitiesNV
impl Clone for VkLatencySurfaceCapabilitiesNV
Source§fn clone(&self) -> VkLatencySurfaceCapabilitiesNV
fn clone(&self) -> VkLatencySurfaceCapabilitiesNV
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 moreimpl Copy for VkLatencySurfaceCapabilitiesNV
Auto Trait Implementations§
impl Freeze for VkLatencySurfaceCapabilitiesNV
impl RefUnwindSafe for VkLatencySurfaceCapabilitiesNV
impl !Send for VkLatencySurfaceCapabilitiesNV
impl !Sync for VkLatencySurfaceCapabilitiesNV
impl Unpin for VkLatencySurfaceCapabilitiesNV
impl UnwindSafe for VkLatencySurfaceCapabilitiesNV
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