pub struct PLYKeyframeAnimation { /* private fields */ }Expand description
An object that provides keyframe animation capabilities for a view object.
Implementations§
Trait Implementations§
Source§impl Drop for PLYKeyframeAnimation
impl Drop for PLYKeyframeAnimation
Source§impl Raw for PLYKeyframeAnimation
impl Raw for PLYKeyframeAnimation
Auto Trait Implementations§
impl Freeze for PLYKeyframeAnimation
impl RefUnwindSafe for PLYKeyframeAnimation
impl !Send for PLYKeyframeAnimation
impl !Sync for PLYKeyframeAnimation
impl Unpin for PLYKeyframeAnimation
impl UnsafeUnpin for PLYKeyframeAnimation
impl UnwindSafe for PLYKeyframeAnimation
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