[][src]Struct glyph_brush::GlyphCalculatorGuard

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

GlyphCalculator scoped cache lock.

Trait Implementations

impl<'_, '_> Debug for GlyphCalculatorGuard<'_, '_>[src]

impl<'_, '_, H> Drop for GlyphCalculatorGuard<'_, '_, H>[src]

impl<'font, '_, H: BuildHasher> GlyphCruncher<'font> for GlyphCalculatorGuard<'_, 'font, H>[src]

Auto Trait Implementations

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

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

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

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

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

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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<V, T> VZip<V> for T where
    V: MultiLane<T>,