Struct packed_array::PackedArray
source · [−]pub struct PackedArray<T, const N: usize> { /* private fields */ }Implementations
Auto Trait Implementations
impl<T, const N: usize> RefUnwindSafe for PackedArray<T, N> where
T: RefUnwindSafe,
impl<T, const N: usize> !Send for PackedArray<T, N>
impl<T, const N: usize> !Sync for PackedArray<T, N>
impl<T, const N: usize> Unpin for PackedArray<T, N> where
T: Unpin,
impl<T, const N: usize> UnwindSafe for PackedArray<T, N> where
T: UnwindSafe + RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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