pub struct BoxPool { /* private fields */ }
Expand description
A pool to hold boxes to extend their lifetime. This is typically useful to build raw COM structures that require raw pointers in struct fields.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoxPool
impl !RefUnwindSafe for BoxPool
impl !Send for BoxPool
impl !Sync for BoxPool
impl Unpin for BoxPool
impl !UnwindSafe for BoxPool
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