pub struct FlatVecAlignAs<T, L>(/* private fields */)
where
T: Flat + Sized,
L: Flat + Length;Expand description
Sized type that has same alignment as FlatVec<T, L>.
Auto Trait Implementations§
impl<T, L> Freeze for FlatVecAlignAs<T, L>
impl<T, L> RefUnwindSafe for FlatVecAlignAs<T, L>where
T: RefUnwindSafe,
L: RefUnwindSafe,
impl<T, L> Send for FlatVecAlignAs<T, L>
impl<T, L> Sync for FlatVecAlignAs<T, L>
impl<T, L> Unpin for FlatVecAlignAs<T, L>
impl<T, L> UnwindSafe for FlatVecAlignAs<T, L>where
T: UnwindSafe,
L: 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