Struct ash::vk::KhrGetPhysicalDeviceProperties2Fn
source · pub struct KhrGetPhysicalDeviceProperties2Fn {
pub get_physical_device_features2_khr: PFN_vkGetPhysicalDeviceFeatures2,
pub get_physical_device_properties2_khr: PFN_vkGetPhysicalDeviceProperties2,
pub get_physical_device_format_properties2_khr: PFN_vkGetPhysicalDeviceFormatProperties2,
pub get_physical_device_image_format_properties2_khr: PFN_vkGetPhysicalDeviceImageFormatProperties2,
pub get_physical_device_queue_family_properties2_khr: PFN_vkGetPhysicalDeviceQueueFamilyProperties2,
pub get_physical_device_memory_properties2_khr: PFN_vkGetPhysicalDeviceMemoryProperties2,
pub get_physical_device_sparse_image_format_properties2_khr: PFN_vkGetPhysicalDeviceSparseImageFormatProperties2,
}
Fields§
§get_physical_device_features2_khr: PFN_vkGetPhysicalDeviceFeatures2
§get_physical_device_properties2_khr: PFN_vkGetPhysicalDeviceProperties2
§get_physical_device_format_properties2_khr: PFN_vkGetPhysicalDeviceFormatProperties2
§get_physical_device_image_format_properties2_khr: PFN_vkGetPhysicalDeviceImageFormatProperties2
§get_physical_device_queue_family_properties2_khr: PFN_vkGetPhysicalDeviceQueueFamilyProperties2
§get_physical_device_memory_properties2_khr: PFN_vkGetPhysicalDeviceMemoryProperties2
§get_physical_device_sparse_image_format_properties2_khr: PFN_vkGetPhysicalDeviceSparseImageFormatProperties2
Implementations§
Trait Implementations§
source§impl Clone for KhrGetPhysicalDeviceProperties2Fn
impl Clone for KhrGetPhysicalDeviceProperties2Fn
source§fn clone(&self) -> KhrGetPhysicalDeviceProperties2Fn
fn clone(&self) -> KhrGetPhysicalDeviceProperties2Fn
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 KhrGetPhysicalDeviceProperties2Fn
impl Sync for KhrGetPhysicalDeviceProperties2Fn
Auto Trait Implementations§
impl RefUnwindSafe for KhrGetPhysicalDeviceProperties2Fn
impl Unpin for KhrGetPhysicalDeviceProperties2Fn
impl UnwindSafe for KhrGetPhysicalDeviceProperties2Fn
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