pub struct IOutputAllocator { /* private fields */ }Trait Implementations§
Source§impl ExternType for IOutputAllocator
impl ExternType for IOutputAllocator
impl UniquePtrTarget for IOutputAllocator
impl VectorElement for IOutputAllocator
impl WeakPtrTarget for IOutputAllocator
Auto Trait Implementations§
impl !Freeze for IOutputAllocator
impl !Send for IOutputAllocator
impl !Sync for IOutputAllocator
impl !Unpin for IOutputAllocator
impl RefUnwindSafe for IOutputAllocator
impl UnsafeUnpin for IOutputAllocator
impl UnwindSafe for IOutputAllocator
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