#[repr(C)]pub struct SkSVGTextPath {
pub _base: SkSVGTextContainer,
pub fHref: SkSVGIRI,
pub fStartOffset: SkSVGLength,
}Fields§
§_base: SkSVGTextContainer§fHref: SkSVGIRI§fStartOffset: SkSVGLengthAuto Trait Implementations§
impl Freeze for SkSVGTextPath
impl !RefUnwindSafe for SkSVGTextPath
impl !Send for SkSVGTextPath
impl !Sync for SkSVGTextPath
impl Unpin for SkSVGTextPath
impl UnsafeUnpin for SkSVGTextPath
impl UnwindSafe for SkSVGTextPath
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