Enum webrender_api::FontTemplate
[−]
[src]
pub enum FontTemplate { Raw(Arc<Vec<u8>>, u32), Native(NativeFontHandle), }
Variants
Raw(Arc<Vec<u8>>, u32)
Native(NativeFontHandle)
Trait Implementations
impl Clone for FontTemplate
[src]
fn clone(&self) -> FontTemplate
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more