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