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