Enum resvg::resvg_shape_rendering
source · #[repr(C)]
pub enum resvg_shape_rendering {
OPTIMIZE_SPEED,
CRISP_EDGES,
GEOMETRIC_PRECISION,
}
Expand description
@brief A shape rendering method.
Variants§
Trait Implementations§
source§impl Clone for resvg_shape_rendering
impl Clone for resvg_shape_rendering
source§fn clone(&self) -> resvg_shape_rendering
fn clone(&self) -> resvg_shape_rendering
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more