pub struct LibVulkan;Expand description
A marker type for EntryCustom.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LibVulkan
impl RefUnwindSafe for LibVulkan
impl Send for LibVulkan
impl Sync for LibVulkan
impl Unpin for LibVulkan
impl UnwindSafe for LibVulkan
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