#[repr(C)]pub struct SkSVGPath {
pub _base: SkSVGShape,
pub fPath: SkPath,
}Fields§
§_base: SkSVGShape§fPath: SkPathAuto Trait Implementations§
impl Freeze for SkSVGPath
impl !RefUnwindSafe for SkSVGPath
impl !Send for SkSVGPath
impl !Sync for SkSVGPath
impl Unpin for SkSVGPath
impl UnsafeUnpin for SkSVGPath
impl UnwindSafe for SkSVGPath
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