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