[]Struct glyph_brush::GlyphCalculatorGuard

pub struct GlyphCalculatorGuard<'brush, 'font, H = RandomXxHashBuilder64> where
    'font: 'brush,
    'font: 'brush, 
{ /* fields omitted */ }

GlyphCalculator scoped cache lock.

Trait Implementations

impl<'font, '_, H> GlyphCruncher<'font> for GlyphCalculatorGuard<'_, 'font, H> where
    H: BuildHasher

impl<'_, '_> Debug for GlyphCalculatorGuard<'_, '_, RandomXxHashBuilder64>

impl<'_, '_, H> Drop for GlyphCalculatorGuard<'_, '_, H>

Auto Trait Implementations

impl<'brush, 'font, H = RandomXxHashBuilder64> !Send for GlyphCalculatorGuard<'brush, 'font, H>

impl<'brush, 'font, H> Unpin for GlyphCalculatorGuard<'brush, 'font, H> where
    H: Unpin,
    'font: 'brush, 

impl<'brush, 'font, H> Sync for GlyphCalculatorGuard<'brush, 'font, H> where
    H: Sync

impl<'brush, 'font, H> UnwindSafe for GlyphCalculatorGuard<'brush, 'font, H> where
    H: UnwindSafe

impl<'brush, 'font, H> RefUnwindSafe for GlyphCalculatorGuard<'brush, 'font, H> where
    H: RefUnwindSafe

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,