pub struct Morph {
pub base_target_index: Option<u32>,
pub name: Option<Name>,
}Expand description
The Morph structure holds information about a morph target belonging to a GeometryObject
structure.
Fields§
§base_target_index: Option<u32>The base morph target index for a relative morph target.
name: Option<Name>An optional name for this structure.
Auto Trait Implementations§
impl Freeze for Morph
impl RefUnwindSafe for Morph
impl Send for Morph
impl Sync for Morph
impl Unpin for Morph
impl UnwindSafe for Morph
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