pub struct NSTDSliceMut { /* private fields */ }Available on crate feature
core only.Expand description
A view into a sequence of values in memory.
Auto Trait Implementations§
impl Freeze for NSTDSliceMut
impl RefUnwindSafe for NSTDSliceMut
impl !Send for NSTDSliceMut
impl !Sync for NSTDSliceMut
impl Unpin for NSTDSliceMut
impl UnwindSafe for NSTDSliceMut
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