pub enum SharedFenceDescriptorExtension {
SharedFenceDXGISharedHandleDescriptor(SharedFenceDXGISharedHandleDescriptor),
SharedFenceEGLSyncDescriptor(SharedFenceEGLSyncDescriptor),
SharedFenceMTLSharedEventDescriptor(SharedFenceMTLSharedEventDescriptor),
SharedFenceSyncFDDescriptor(SharedFenceSyncFDDescriptor),
SharedFenceVkSemaphoreOpaqueFDDescriptor(SharedFenceVkSemaphoreOpaqueFDDescriptor),
SharedFenceVkSemaphoreZirconHandleDescriptor(SharedFenceVkSemaphoreZirconHandleDescriptor),
}Variants§
Trait Implementations§
Source§fn from(ext: SharedFenceDXGISharedHandleDescriptor) -> Self
fn from(ext: SharedFenceDXGISharedHandleDescriptor) -> Self
Converts to this type from the input type.
Source§fn from(ext: SharedFenceEGLSyncDescriptor) -> Self
fn from(ext: SharedFenceEGLSyncDescriptor) -> Self
Converts to this type from the input type.
Source§fn from(ext: SharedFenceMTLSharedEventDescriptor) -> Self
fn from(ext: SharedFenceMTLSharedEventDescriptor) -> Self
Converts to this type from the input type.
Source§fn from(ext: SharedFenceSyncFDDescriptor) -> Self
fn from(ext: SharedFenceSyncFDDescriptor) -> Self
Converts to this type from the input type.
Source§fn from(ext: SharedFenceVkSemaphoreOpaqueFDDescriptor) -> Self
fn from(ext: SharedFenceVkSemaphoreOpaqueFDDescriptor) -> Self
Converts to this type from the input type.
Source§fn from(ext: SharedFenceVkSemaphoreZirconHandleDescriptor) -> Self
fn from(ext: SharedFenceVkSemaphoreZirconHandleDescriptor) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
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