pub struct OfdShapes { /* private fields */ }Expand description
OFD 形状集合容器。
对应 Java: org.ofdrw.graphics2d.OFDShapes
持有一组待绘制的形状。
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OfdShapes
impl RefUnwindSafe for OfdShapes
impl Send for OfdShapes
impl Sync for OfdShapes
impl Unpin for OfdShapes
impl UnsafeUnpin for OfdShapes
impl UnwindSafe for OfdShapes
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