#[repr(C)]pub struct InlineStorage<T, H: Handle, const N: usize> { /* private fields */ }Expand description
A statically-sized storage block for a PackedPool.
Trait Implementations§
Source§impl<T, H: Handle, const N: usize> Storage<PackedPoolLayout<T, H>> for InlineStorage<T, H, N>
impl<T, H: Handle, const N: usize> Storage<PackedPoolLayout<T, H>> for InlineStorage<T, H, N>
Auto Trait Implementations§
impl<T, H, const N: usize> Freeze for InlineStorage<T, H, N>
impl<T, H, const N: usize> RefUnwindSafe for InlineStorage<T, H, N>
impl<T, H, const N: usize> Send for InlineStorage<T, H, N>
impl<T, H, const N: usize> Sync for InlineStorage<T, H, N>
impl<T, H, const N: usize> Unpin for InlineStorage<T, H, N>
impl<T, H, const N: usize> UnwindSafe for InlineStorage<T, H, 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