Struct ITransformProvider2_Vtbl
#[repr(C)]pub struct ITransformProvider2_Vtbl {
pub base__: ITransformProvider_Vtbl,
pub Zoom: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub CanZoom: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub ZoomLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub ZoomMinimum: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub ZoomMaximum: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub ZoomByUnit: unsafe extern "system" fn(_: *mut c_void, _: ZoomUnit) -> HRESULT,
}
Fields§
§base__: ITransformProvider_Vtbl
§Zoom: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§CanZoom: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§ZoomLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§ZoomMinimum: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§ZoomMaximum: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§ZoomByUnit: unsafe extern "system" fn(_: *mut c_void, _: ZoomUnit) -> HRESULT
Implementations§
§impl ITransformProvider2_Vtbl
impl ITransformProvider2_Vtbl
pub const fn new<Identity: ITransformProvider2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITransformProvider2_Vtbl
impl RefUnwindSafe for ITransformProvider2_Vtbl
impl Send for ITransformProvider2_Vtbl
impl Sync for ITransformProvider2_Vtbl
impl Unpin for ITransformProvider2_Vtbl
impl UnwindSafe for ITransformProvider2_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