[][src]Struct azul_webrender_api::GlyphOptions

#[repr(C)]pub struct GlyphOptions {
    pub render_mode: FontRenderMode,
    pub flags: FontInstanceFlags,
}

Fields

render_mode: FontRenderModeflags: FontInstanceFlags

Trait Implementations

impl Clone for GlyphOptions[src]

impl Copy for GlyphOptions[src]

impl Debug for GlyphOptions[src]

impl Default for GlyphOptions[src]

impl<'de> Deserialize<'de> for GlyphOptions[src]

impl Eq for GlyphOptions[src]

impl Hash for GlyphOptions[src]

impl Ord for GlyphOptions[src]

impl PartialEq<GlyphOptions> for GlyphOptions[src]

impl PartialOrd<GlyphOptions> for GlyphOptions[src]

impl Peek for GlyphOptions[src]

impl Poke for GlyphOptions[src]

impl Serialize for GlyphOptions[src]

impl StructuralEq for GlyphOptions[src]

impl StructuralPartialEq for GlyphOptions[src]

Auto Trait Implementations

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.