Struct alloc::vec::in_place_drop::InPlaceDstBufDrop
source · pub(super) struct InPlaceDstBufDrop<T> {
pub(super) ptr: *mut T,
pub(super) len: usize,
pub(super) cap: usize,
}
Fields§
§ptr: *mut T
§len: usize
§cap: usize
Trait Implementations§
Auto Trait Implementations§
impl<T> RefUnwindSafe for InPlaceDstBufDrop<T>where T: RefUnwindSafe,
impl<T> !Send for InPlaceDstBufDrop<T>
impl<T> !Sync for InPlaceDstBufDrop<T>
impl<T> Unpin for InPlaceDstBufDrop<T>
impl<T> UnwindSafe for InPlaceDstBufDrop<T>where T: RefUnwindSafe,
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