pub struct OpSet {
pub kind: OpSetType,
pub ops: Vec<Op>,
pub size: Option<Point<f64>>,
pub path: Option<String>,
}
Fields§
§kind: OpSetType
§ops: Vec<Op>
§size: Option<Point<f64>>
§path: Option<String>
Auto Trait Implementations§
impl Freeze for OpSet
impl RefUnwindSafe for OpSet
impl Send for OpSet
impl Sync for OpSet
impl Unpin for OpSet
impl UnwindSafe for OpSet
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