skia_
safe
0.81.0
OpBuilder
Aliased type
Methods
add
resolve
Trait Implementations
Debug
Send
Sync
In crate skia_
safe
skia_safe
Type Alias
OpBuilder
Copy item path
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