pub struct Vkdoc { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for Vkdoc
impl RefUnwindSafe for Vkdoc
impl Send for Vkdoc
impl Sync for Vkdoc
impl Unpin for Vkdoc
impl UnwindSafe for Vkdoc
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