pub(super) struct UnscaledOutlineBuf<const INLINE_CAP: usize>(SmallVec<UnscaledPoint, INLINE_CAP>);
Tuple Fields§
§0: SmallVec<UnscaledPoint, INLINE_CAP>
Implementations§
Trait Implementations§
Source§impl<const INLINE_CAP: usize> UnscaledOutlineSink for UnscaledOutlineBuf<INLINE_CAP>
impl<const INLINE_CAP: usize> UnscaledOutlineSink for UnscaledOutlineBuf<INLINE_CAP>
Auto Trait Implementations§
impl<const INLINE_CAP: usize> Freeze for UnscaledOutlineBuf<INLINE_CAP>
impl<const INLINE_CAP: usize> RefUnwindSafe for UnscaledOutlineBuf<INLINE_CAP>
impl<const INLINE_CAP: usize> Send for UnscaledOutlineBuf<INLINE_CAP>
impl<const INLINE_CAP: usize> Sync for UnscaledOutlineBuf<INLINE_CAP>
impl<const INLINE_CAP: usize> Unpin for UnscaledOutlineBuf<INLINE_CAP>
impl<const INLINE_CAP: usize> UnwindSafe for UnscaledOutlineBuf<INLINE_CAP>
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