#[repr(C)]pub struct NSTDVec { /* private fields */ }Available on crate feature
nstd_vec only.Expand description
A dynamically sized contiguous sequence of values.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NSTDVec
impl !Send for NSTDVec
impl !Sync for NSTDVec
impl Unpin for NSTDVec
impl UnwindSafe for NSTDVec
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more