pub struct ArrayBuf<P: Ptr, T: Fixed, const N: usize>(/* private fields */);
Trait Implementations§
impl<P: Ptr, T: Fixed, const N: usize> Copy for ArrayBuf<P, T, N>
Auto Trait Implementations§
impl<P, T, const N: usize> Freeze for ArrayBuf<P, T, N>where
P: Freeze,
impl<P, T, const N: usize> RefUnwindSafe for ArrayBuf<P, T, N>where
P: RefUnwindSafe,
impl<P, T, const N: usize> Send for ArrayBuf<P, T, N>where
P: Send,
impl<P, T, const N: usize> Sync for ArrayBuf<P, T, N>where
P: Sync,
impl<P, T, const N: usize> Unpin for ArrayBuf<P, T, N>where
P: Unpin,
impl<P, T, const N: usize> UnwindSafe for ArrayBuf<P, T, N>where
P: UnwindSafe,
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