#[repr(C)]pub struct IDCompositionRotateTransform3D_Vtbl {Show 15 fields
pub base__: IDCompositionTransform3D_Vtbl,
pub SetAngle: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetAngle2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub SetAxisX: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetAxisX2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub SetAxisY: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetAxisY2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub SetAxisZ: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetAxisZ2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub SetCenterX: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetCenterX2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub SetCenterY: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetCenterY2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub SetCenterZ: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetCenterZ2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
}
Fields§
§base__: IDCompositionTransform3D_Vtbl
§SetAngle: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetAngle2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§SetAxisX: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetAxisX2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§SetAxisY: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetAxisY2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§SetAxisZ: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetAxisZ2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§SetCenterX: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetCenterX2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§SetCenterY: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetCenterY2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§SetCenterZ: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetCenterZ2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
Implementations§
§impl IDCompositionRotateTransform3D_Vtbl
impl IDCompositionRotateTransform3D_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDCompositionRotateTransform3D_Vtblwhere
Identity: IDCompositionRotateTransform3D_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDCompositionRotateTransform3D_Vtbl
impl RefUnwindSafe for IDCompositionRotateTransform3D_Vtbl
impl Send for IDCompositionRotateTransform3D_Vtbl
impl Sync for IDCompositionRotateTransform3D_Vtbl
impl Unpin for IDCompositionRotateTransform3D_Vtbl
impl UnwindSafe for IDCompositionRotateTransform3D_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