#[repr(C)]pub struct IDCompositionTranslateTransform_Vtbl {
pub base__: IDCompositionTransform_Vtbl,
pub SetOffsetX: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetOffsetX2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub SetOffsetY: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetOffsetY2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
}
Fields§
§base__: IDCompositionTransform_Vtbl
§SetOffsetX: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetOffsetX2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§SetOffsetY: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetOffsetY2: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
Implementations§
§impl IDCompositionTranslateTransform_Vtbl
impl IDCompositionTranslateTransform_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDCompositionTranslateTransform_Vtblwhere
Identity: IDCompositionTranslateTransform_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDCompositionTranslateTransform_Vtbl
impl RefUnwindSafe for IDCompositionTranslateTransform_Vtbl
impl Send for IDCompositionTranslateTransform_Vtbl
impl Sync for IDCompositionTranslateTransform_Vtbl
impl Unpin for IDCompositionTranslateTransform_Vtbl
impl UnwindSafe for IDCompositionTranslateTransform_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