#[repr(C)]pub struct IDCompositionMatrixTransform3D_Vtbl {
pub base__: IDCompositionTransform3D_Vtbl,
pub SetMatrix: unsafe extern "system" fn(_: *mut c_void, _: *const Matrix4x4) -> HRESULT,
pub SetMatrixElement: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut c_void) -> HRESULT,
pub SetMatrixElement2: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: f32) -> HRESULT,
}
Fields§
§base__: IDCompositionTransform3D_Vtbl
§SetMatrix: unsafe extern "system" fn(_: *mut c_void, _: *const Matrix4x4) -> HRESULT
§SetMatrixElement: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut c_void) -> HRESULT
§SetMatrixElement2: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: f32) -> HRESULT
Implementations§
§impl IDCompositionMatrixTransform3D_Vtbl
impl IDCompositionMatrixTransform3D_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDCompositionMatrixTransform3D_Vtblwhere
Identity: IDCompositionMatrixTransform3D_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDCompositionMatrixTransform3D_Vtbl
impl RefUnwindSafe for IDCompositionMatrixTransform3D_Vtbl
impl Send for IDCompositionMatrixTransform3D_Vtbl
impl Sync for IDCompositionMatrixTransform3D_Vtbl
impl Unpin for IDCompositionMatrixTransform3D_Vtbl
impl UnwindSafe for IDCompositionMatrixTransform3D_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