pub enum SharedBufferMemoryDescriptorExtension {
SharedBufferMemoryD3D12SharedMemoryFileMappingHandleDescriptor(SharedBufferMemoryD3D12SharedMemoryFileMappingHandleDescriptor),
}Variants§
Trait Implementations§
Source§fn from(
ext: SharedBufferMemoryD3D12SharedMemoryFileMappingHandleDescriptor,
) -> Self
fn from( ext: SharedBufferMemoryD3D12SharedMemoryFileMappingHandleDescriptor, ) -> 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