Struct vk_mem_alloc::ffi::VmaPool_T
source · [−]#[repr(C)]pub struct VmaPool_T { /* private fields */ }Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VmaPool_T
impl Send for VmaPool_T
impl Sync for VmaPool_T
impl Unpin for VmaPool_T
impl UnwindSafe for VmaPool_T
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more