pub struct Dx12;
Expand description
DirectX 12 graphics API.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dx12
impl RefUnwindSafe for Dx12
impl Send for Dx12
impl Sync for Dx12
impl Unpin for Dx12
impl UnwindSafe for Dx12
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