skia_safe

Type Alias OpBuilder

Source
pub type OpBuilder = Handle<SkOpBuilder>;

Aliased Type§

struct OpBuilder(/* private fields */);

Implementations§

Source§

impl OpBuilder

Source

pub fn add(&mut self, path: &Path, operator: PathOp) -> &mut Self

Source

pub fn resolve(&mut self) -> Option<Path>

Trait Implementations§

Source§

impl Debug for OpBuilder

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Send for OpBuilder

Source§

impl Sync for OpBuilder