Struct ash::vk::KhrMaintenance4Fn
source · pub struct KhrMaintenance4Fn {
pub get_device_buffer_memory_requirements_khr: PFN_vkGetDeviceBufferMemoryRequirements,
pub get_device_image_memory_requirements_khr: PFN_vkGetDeviceImageMemoryRequirements,
pub get_device_image_sparse_memory_requirements_khr: PFN_vkGetDeviceImageSparseMemoryRequirements,
}
Fields§
§get_device_buffer_memory_requirements_khr: PFN_vkGetDeviceBufferMemoryRequirements
§get_device_image_memory_requirements_khr: PFN_vkGetDeviceImageMemoryRequirements
§get_device_image_sparse_memory_requirements_khr: PFN_vkGetDeviceImageSparseMemoryRequirements
Implementations§
Trait Implementations§
source§impl Clone for KhrMaintenance4Fn
impl Clone for KhrMaintenance4Fn
source§fn clone(&self) -> KhrMaintenance4Fn
fn clone(&self) -> KhrMaintenance4Fn
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 KhrMaintenance4Fn
impl Sync for KhrMaintenance4Fn
Auto Trait Implementations§
impl Freeze for KhrMaintenance4Fn
impl RefUnwindSafe for KhrMaintenance4Fn
impl Unpin for KhrMaintenance4Fn
impl UnwindSafe for KhrMaintenance4Fn
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