pub struct ConstStructPrimBoxBySizesSize<const U: usize, T> { /* private fields */ }Auto Trait Implementations§
impl<const U: usize, T> Freeze for ConstStructPrimBoxBySizesSize<U, T>
impl<const U: usize, T> RefUnwindSafe for ConstStructPrimBoxBySizesSize<U, T>where
T: RefUnwindSafe,
impl<const U: usize, T> Send for ConstStructPrimBoxBySizesSize<U, T>where
T: Send,
impl<const U: usize, T> Sync for ConstStructPrimBoxBySizesSize<U, T>where
T: Sync,
impl<const U: usize, T> Unpin for ConstStructPrimBoxBySizesSize<U, T>where
T: Unpin,
impl<const U: usize, T> UnwindSafe for ConstStructPrimBoxBySizesSize<U, T>where
T: 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