pub struct BlendShape(pub OwnedObject);Tuple Fields§
§0: OwnedObjectImplementations§
Source§impl BlendShape
impl BlendShape
pub fn inner(&self) -> &OwnedObject
pub fn into_inner(self) -> OwnedObject
pub fn properties(&self) -> &HashMap<String, Property>
pub fn property(&self, name: &str) -> Option<&Property>
Sourcepub fn get_blend_shape_channels<'a>(
&'a self,
document: &'a OwnedDocument,
) -> Vec<&'a BlendShapeChannel>
pub fn get_blend_shape_channels<'a>( &'a self, document: &'a OwnedDocument, ) -> Vec<&'a BlendShapeChannel>
Resolve BlendShapeChannel -> BlendShape links via owned OO connections.
Trait Implementations§
Source§impl Debug for BlendShape
impl Debug for BlendShape
Source§impl PartialEq for BlendShape
impl PartialEq for BlendShape
Source§impl TryFrom<OwnedObject> for BlendShape
impl TryFrom<OwnedObject> for BlendShape
Source§type Error = FbxTypeMismatch
type Error = FbxTypeMismatch
The type returned in the event of a conversion error.
impl StructuralPartialEq for BlendShape
Auto Trait Implementations§
impl Freeze for BlendShape
impl RefUnwindSafe for BlendShape
impl Send for BlendShape
impl Sync for BlendShape
impl Unpin for BlendShape
impl UnsafeUnpin for BlendShape
impl UnwindSafe for BlendShape
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