pub struct SharedBufferMemoryD3D12SharedMemoryFileMappingHandleDescriptor {
pub handle: Option<*mut c_void>,
pub size: Option<u64>,
}Fields§
§handle: Option<*mut c_void>§size: Option<u64>Implementations§
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