pub struct MorphShape {
pub shape_bounds: Rectangle<Twips>,
pub edge_bounds: Rectangle<Twips>,
pub fill_styles: Vec<FillStyle>,
pub line_styles: Vec<LineStyle>,
pub shape: Vec<ShapeRecord>,
}Fields§
§shape_bounds: Rectangle<Twips>§edge_bounds: Rectangle<Twips>§fill_styles: Vec<FillStyle>§line_styles: Vec<LineStyle>§shape: Vec<ShapeRecord>Trait Implementations§
Source§impl Clone for MorphShape
impl Clone for MorphShape
Source§fn clone(&self) -> MorphShape
fn clone(&self) -> MorphShape
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MorphShape
impl Debug for MorphShape
Source§impl PartialEq for MorphShape
impl PartialEq for MorphShape
impl Eq for MorphShape
impl StructuralPartialEq for MorphShape
Auto Trait Implementations§
impl Freeze for MorphShape
impl RefUnwindSafe for MorphShape
impl Send for MorphShape
impl Sync for MorphShape
impl Unpin for MorphShape
impl UnwindSafe for MorphShape
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