Struct INaturalMotionAnimationFactory_Vtbl
#[repr(C)]pub struct INaturalMotionAnimationFactory_Vtbl {
pub base__: IInspectable_Vtbl,
}
Fields§
§base__: IInspectable_Vtbl
Auto Trait Implementations§
impl Freeze for INaturalMotionAnimationFactory_Vtbl
impl RefUnwindSafe for INaturalMotionAnimationFactory_Vtbl
impl Send for INaturalMotionAnimationFactory_Vtbl
impl Sync for INaturalMotionAnimationFactory_Vtbl
impl Unpin for INaturalMotionAnimationFactory_Vtbl
impl UnwindSafe for INaturalMotionAnimationFactory_Vtbl
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