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