Struct components::OpSet [−][src]
pub struct OpSet {
pub kind: OpSetType,
pub ops: Vec<Op, Global>,
pub size: Option<Point2D<f64, UnknownUnit>>,
pub path: Option<String>,
}Fields
kind: OpSetTypeops: Vec<Op, Global>size: Option<Point2D<f64, UnknownUnit>>path: Option<String>Auto Trait Implementations
impl RefUnwindSafe for OpSet
impl RefUnwindSafe for OpSetimpl UnwindSafe for OpSet
impl UnwindSafe for OpSet