pub struct RawArray<'a> { /* private fields */ }Expand description
A writer for the elements of an array whose shape is only known at runtime.
See Raw::store_array.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !UnwindSafe for RawArray<'a>
impl<'a> Freeze for RawArray<'a>
impl<'a> RefUnwindSafe for RawArray<'a>
impl<'a> Send for RawArray<'a>
impl<'a> Sync for RawArray<'a>
impl<'a> Unpin for RawArray<'a>
impl<'a> UnsafeUnpin for RawArray<'a>
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