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