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