Struct tiny_skia_path::path_geometry::AutoConicToQuads
source · pub(crate) struct AutoConicToQuads {
pub points: [Point; 64],
pub len: u8,
}
Fields§
§points: [Point; 64]
§len: u8
Implementations§
Auto Trait Implementations§
impl Freeze for AutoConicToQuads
impl RefUnwindSafe for AutoConicToQuads
impl Send for AutoConicToQuads
impl Sync for AutoConicToQuads
impl Unpin for AutoConicToQuads
impl UnwindSafe for AutoConicToQuads
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