Struct ash::vk::KhrGetSurfaceCapabilities2Fn
source · pub struct KhrGetSurfaceCapabilities2Fn {
pub get_physical_device_surface_capabilities2_khr: PFN_vkGetPhysicalDeviceSurfaceCapabilities2KHR,
pub get_physical_device_surface_formats2_khr: PFN_vkGetPhysicalDeviceSurfaceFormats2KHR,
}
Fields§
§get_physical_device_surface_capabilities2_khr: PFN_vkGetPhysicalDeviceSurfaceCapabilities2KHR
§get_physical_device_surface_formats2_khr: PFN_vkGetPhysicalDeviceSurfaceFormats2KHR
Implementations§
Trait Implementations§
source§impl Clone for KhrGetSurfaceCapabilities2Fn
impl Clone for KhrGetSurfaceCapabilities2Fn
source§fn clone(&self) -> KhrGetSurfaceCapabilities2Fn
fn clone(&self) -> KhrGetSurfaceCapabilities2Fn
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 moreimpl Send for KhrGetSurfaceCapabilities2Fn
impl Sync for KhrGetSurfaceCapabilities2Fn
Auto Trait Implementations§
impl RefUnwindSafe for KhrGetSurfaceCapabilities2Fn
impl Unpin for KhrGetSurfaceCapabilities2Fn
impl UnwindSafe for KhrGetSurfaceCapabilities2Fn
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