pub struct DefineMorphShape {
pub version: u8,
pub id: CharacterId,
pub flags: DefineMorphShapeFlag,
pub start: MorphShape,
pub end: MorphShape,
}Fields§
§version: u8§id: CharacterId§flags: DefineMorphShapeFlag§start: MorphShape§end: MorphShapeTrait Implementations§
Source§impl Clone for DefineMorphShape
impl Clone for DefineMorphShape
Source§fn clone(&self) -> DefineMorphShape
fn clone(&self) -> DefineMorphShape
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 DefineMorphShape
impl Debug for DefineMorphShape
Source§impl PartialEq for DefineMorphShape
impl PartialEq for DefineMorphShape
impl Eq for DefineMorphShape
impl StructuralPartialEq for DefineMorphShape
Auto Trait Implementations§
impl Freeze for DefineMorphShape
impl RefUnwindSafe for DefineMorphShape
impl Send for DefineMorphShape
impl Sync for DefineMorphShape
impl Unpin for DefineMorphShape
impl UnwindSafe for DefineMorphShape
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