Enum webrender_api::AddFont [] [src]

pub enum AddFont {
    Raw(FontKeyVec<u8>, u32),
    Native(FontKeyNativeFontHandle),
}

Variants

Trait Implementations

impl Clone for AddFont
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more