pub struct SliceF<const N: usize>(/* private fields */);
Expand description
The TypeFunction
ApF<SliceF<N>, A> == [A; N]
Trait Implementations§
Auto Trait Implementations§
impl<const N: usize> Freeze for SliceF<N>
impl<const N: usize> RefUnwindSafe for SliceF<N>
impl<const N: usize> !Send for SliceF<N>
impl<const N: usize> !Sync for SliceF<N>
impl<const N: usize> Unpin for SliceF<N>
impl<const N: usize> UnwindSafe for SliceF<N>
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