#[repr(C)]pub struct IDCompositionRotateTransform_Vtbl {
pub base__: IDCompositionTransform_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 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,
}
Fields§
§base__: IDCompositionTransform_Vtbl
§SetAngle: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetAngle2: 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
Implementations§
§impl IDCompositionRotateTransform_Vtbl
impl IDCompositionRotateTransform_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDCompositionRotateTransform_Vtblwhere
Identity: IDCompositionRotateTransform_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDCompositionRotateTransform_Vtbl
impl RefUnwindSafe for IDCompositionRotateTransform_Vtbl
impl Send for IDCompositionRotateTransform_Vtbl
impl Sync for IDCompositionRotateTransform_Vtbl
impl Unpin for IDCompositionRotateTransform_Vtbl
impl UnwindSafe for IDCompositionRotateTransform_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