Enum resvg::resvg_shape_rendering [−][src]
#[repr(C)]
pub enum resvg_shape_rendering {
OPTIMIZE_SPEED,
CRISP_EDGES,
GEOMETRIC_PRECISION,
}Expand description
@brief A shape rendering method.
Variants
OPTIMIZE_SPEED
CRISP_EDGES
GEOMETRIC_PRECISION
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for resvg_shape_rendering
impl Send for resvg_shape_rendering
impl Sync for resvg_shape_rendering
impl Unpin for resvg_shape_rendering
impl UnwindSafe for resvg_shape_rendering
Blanket Implementations
Mutably borrows from an owned value. Read more