Struct ash::vk::KhrDeviceGroupFn
source · [−]pub struct KhrDeviceGroupFn {
pub get_device_group_peer_memory_features_khr: PFN_vkGetDeviceGroupPeerMemoryFeatures,
pub cmd_set_device_mask_khr: PFN_vkCmdSetDeviceMask,
pub cmd_dispatch_base_khr: PFN_vkCmdDispatchBase,
pub get_device_group_present_capabilities_khr: PFN_vkGetDeviceGroupPresentCapabilitiesKHR,
pub get_device_group_surface_present_modes_khr: PFN_vkGetDeviceGroupSurfacePresentModesKHR,
pub get_physical_device_present_rectangles_khr: PFN_vkGetPhysicalDevicePresentRectanglesKHR,
pub acquire_next_image2_khr: PFN_vkAcquireNextImage2KHR,
}Fields
get_device_group_peer_memory_features_khr: PFN_vkGetDeviceGroupPeerMemoryFeaturescmd_set_device_mask_khr: PFN_vkCmdSetDeviceMaskcmd_dispatch_base_khr: PFN_vkCmdDispatchBaseget_device_group_present_capabilities_khr: PFN_vkGetDeviceGroupPresentCapabilitiesKHRget_device_group_surface_present_modes_khr: PFN_vkGetDeviceGroupSurfacePresentModesKHRget_physical_device_present_rectangles_khr: PFN_vkGetPhysicalDevicePresentRectanglesKHRacquire_next_image2_khr: PFN_vkAcquireNextImage2KHRImplementations
Trait Implementations
sourceimpl Clone for KhrDeviceGroupFn
impl Clone for KhrDeviceGroupFn
sourcefn clone(&self) -> KhrDeviceGroupFn
fn clone(&self) -> KhrDeviceGroupFn
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Send for KhrDeviceGroupFn
impl Sync for KhrDeviceGroupFn
Auto Trait Implementations
impl RefUnwindSafe for KhrDeviceGroupFn
impl Unpin for KhrDeviceGroupFn
impl UnwindSafe for KhrDeviceGroupFn
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more