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