#[repr(C)]pub struct ShapePath {
pub data: AzString,
}Expand description
An SVG-like path (for future use)
Fields§
§data: AzStringTrait Implementations§
Source§impl Ord for ShapePath
impl Ord for ShapePath
Source§impl PartialOrd for ShapePath
impl PartialOrd for ShapePath
impl Eq for ShapePath
impl StructuralPartialEq for ShapePath
Auto Trait Implementations§
impl Freeze for ShapePath
impl RefUnwindSafe for ShapePath
impl Send for ShapePath
impl Sync for ShapePath
impl Unpin for ShapePath
impl UnwindSafe for ShapePath
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