pub struct Full<'a, const N: usize>(_);
Implementations
sourceimpl<'a, const N: usize> Full<'a, N>
impl<'a, const N: usize> Full<'a, N>
pub fn into_inner(self) -> PointerArray<'a, N>
Trait Implementations
Auto Trait Implementations
impl<'a, const N: usize> RefUnwindSafe for Full<'a, N>
impl<'a, const N: usize> !Send for Full<'a, N>
impl<'a, const N: usize> !Sync for Full<'a, N>
impl<'a, const N: usize> Unpin for Full<'a, N>
impl<'a, const N: usize> UnwindSafe for Full<'a, N>
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