pub struct PioVector(/* private fields */);Expand description
Immutable dense vector.
Auto Trait Implementations§
impl Freeze for PioVector
impl RefUnwindSafe for PioVector
impl Send for PioVector
impl Sync for PioVector
impl Unpin for PioVector
impl UnsafeUnpin for PioVector
impl UnwindSafe for PioVector
Blanket Implementations§
impl<T> Allocation for T
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