Struct gpu_allocator::d3d12::Dx12DevicePtr
source · [−]Tuple Fields
0: *mut c_voidTrait Implementations
sourceimpl AbstractWinapiPtr<ID3D12Device> for Dx12DevicePtr
impl AbstractWinapiPtr<ID3D12Device> for Dx12DevicePtr
fn as_winapi(&self) -> &ID3D12Device
fn as_winapi_mut(&mut self) -> &mut ID3D12Device
Auto Trait Implementations
impl RefUnwindSafe for Dx12DevicePtr
impl !Send for Dx12DevicePtr
impl !Sync for Dx12DevicePtr
impl Unpin for Dx12DevicePtr
impl UnwindSafe for Dx12DevicePtr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more