Struct skia_bindings::SkParsePath
source · #[repr(C)]pub struct SkParsePath {
pub _address: u8,
}
Fields§
§_address: u8
Implementations§
source§impl SkParsePath
impl SkParsePath
pub unsafe fn FromSVGString(str_: *const c_char, arg1: *mut SkPath) -> bool
pub unsafe fn ToSVGString( arg1: *const SkPath, arg2: SkParsePath_PathEncoding ) -> SkString
Trait Implementations§
source§impl Clone for SkParsePath
impl Clone for SkParsePath
source§fn clone(&self) -> SkParsePath
fn clone(&self) -> SkParsePath
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 moresource§impl Debug for SkParsePath
impl Debug for SkParsePath
impl Copy for SkParsePath
Auto Trait Implementations§
impl RefUnwindSafe for SkParsePath
impl Send for SkParsePath
impl Sync for SkParsePath
impl Unpin for SkParsePath
impl UnwindSafe for SkParsePath
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