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