pub struct KhrExternalSemaphoreCapabilitiesFn {
    pub get_physical_device_external_semaphore_properties_khr: PFN_vkGetPhysicalDeviceExternalSemaphoreProperties,
}Fields§
§get_physical_device_external_semaphore_properties_khr: PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesImplementations§
Trait Implementations§
Source§impl Clone for KhrExternalSemaphoreCapabilitiesFn
 
impl Clone for KhrExternalSemaphoreCapabilitiesFn
Source§fn clone(&self) -> KhrExternalSemaphoreCapabilitiesFn
 
fn clone(&self) -> KhrExternalSemaphoreCapabilitiesFn
Returns a duplicate 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 Freeze for KhrExternalSemaphoreCapabilitiesFn
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