Trait gpu_allocator::d3d12::AbstractWinapiPtr[][src]

pub trait AbstractWinapiPtr<T> {
    fn as_winapi(&self) -> &T;
fn as_winapi_mut(&mut self) -> &mut T; }

Required methods

Implementors