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