pub struct VecPoolCtx {
pub size_cap: usize,
pub init_size: usize,
}Fields§
§size_cap: usize§init_size: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for VecPoolCtx
impl RefUnwindSafe for VecPoolCtx
impl Send for VecPoolCtx
impl Sync for VecPoolCtx
impl Unpin for VecPoolCtx
impl UnwindSafe for VecPoolCtx
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