Struct tiny_skia::path64::cubic64::Cubic64Pair
source · pub struct Cubic64Pair {
pub points: [Point64; 7],
}
Fields§
§points: [Point64; 7]
Auto Trait Implementations§
impl Freeze for Cubic64Pair
impl RefUnwindSafe for Cubic64Pair
impl Send for Cubic64Pair
impl Sync for Cubic64Pair
impl Unpin for Cubic64Pair
impl UnwindSafe for Cubic64Pair
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