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