Enum pango_sys::PangoCoverageLevel
[−]
[src]
#[repr(C)]pub enum PangoCoverageLevel { None, Fallback, Approximate, Exact, }
Variants
None
Fallback
Approximate
Exact
Trait Implementations
impl Clone for PangoCoverageLevel
[src]
fn clone(&self) -> PangoCoverageLevel
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more