Struct ash::vk::KhrExternalSemaphoreCapabilitiesFn
source · pub struct KhrExternalSemaphoreCapabilitiesFn {
pub get_physical_device_external_semaphore_properties_khr: PFN_vkGetPhysicalDeviceExternalSemaphoreProperties,
}
Fields§
§get_physical_device_external_semaphore_properties_khr: PFN_vkGetPhysicalDeviceExternalSemaphoreProperties
Implementations§
Trait Implementations§
source§impl Clone for KhrExternalSemaphoreCapabilitiesFn
impl Clone for KhrExternalSemaphoreCapabilitiesFn
source§fn clone(&self) -> KhrExternalSemaphoreCapabilitiesFn
fn clone(&self) -> KhrExternalSemaphoreCapabilitiesFn
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 KhrExternalSemaphoreCapabilitiesFn
impl Sync for KhrExternalSemaphoreCapabilitiesFn
Auto Trait Implementations§
impl RefUnwindSafe for KhrExternalSemaphoreCapabilitiesFn
impl Unpin for KhrExternalSemaphoreCapabilitiesFn
impl UnwindSafe for KhrExternalSemaphoreCapabilitiesFn
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