[][src]Struct glyph_brush::GlyphCalculatorGuard

pub struct GlyphCalculatorGuard<'brush, F: 'brush = FontArc, X = Extra, H = DefaultSectionHasher> { /* fields omitted */ }

GlyphCalculator scoped cache lock.

Trait Implementations

impl<F: Font, X, H: BuildHasher> Debug for GlyphCalculatorGuard<'_, F, X, H>[src]

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

impl<F: Font, X: Clone + Hash, H: BuildHasher> GlyphCruncher<F, X> for GlyphCalculatorGuard<'_, F, X, H>[src]

Auto Trait Implementations

impl<'brush, F, X, H> RefUnwindSafe for GlyphCalculatorGuard<'brush, F, X, H> where
    F: RefUnwindSafe,
    H: RefUnwindSafe
[src]

impl<'brush, F = FontArc, X = Extra, H = RandomXxHashBuilder64> !Send for GlyphCalculatorGuard<'brush, F, X, H>[src]

impl<'brush, F, X, H> Sync for GlyphCalculatorGuard<'brush, F, X, H> where
    F: Sync,
    H: Sync,
    X: Sync
[src]

impl<'brush, F, X, H> Unpin for GlyphCalculatorGuard<'brush, F, X, H> where
    H: Unpin
[src]

impl<'brush, F, X, H> UnwindSafe for GlyphCalculatorGuard<'brush, F, X, H> where
    F: RefUnwindSafe,
    H: UnwindSafe
[src]

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> Pointable for T

type Init = T

The type for initializers.

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>,