Enum pdf_extract::PathOp
source · [−]pub enum PathOp {
MoveTo(f64, f64),
LineTo(f64, f64),
CurveTo(f64, f64, f64, f64, f64, f64),
Rect(f64, f64, f64, f64),
Close,
}Variants
MoveTo(f64, f64)
LineTo(f64, f64)
CurveTo(f64, f64, f64, f64, f64, f64)
Rect(f64, f64, f64, f64)
Close
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PathOp
impl Send for PathOp
impl Sync for PathOp
impl Unpin for PathOp
impl UnwindSafe for PathOp
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more