#[repr(transparent)]pub struct PathOp {
pub repr: u32,
}Expand description
路径布尔运算,与 pk::SkPathOp 取值一致。
Path boolean op; matches pk::SkPathOp.
Fields§
§repr: u32Implementations§
Trait Implementations§
Source§impl ExternType for PathOp
impl ExternType for PathOp
impl Copy for PathOp
impl Eq for PathOp
impl StructuralPartialEq for PathOp
Auto Trait Implementations§
impl Freeze for PathOp
impl RefUnwindSafe for PathOp
impl Send for PathOp
impl Sync for PathOp
impl Unpin for PathOp
impl UnsafeUnpin for PathOp
impl UnwindSafe for PathOp
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more