Struct IZoomSettings_Vtbl
#[repr(C)]pub struct IZoomSettings_Vtbl {
pub base__: IInspectable_Vtbl,
pub Mode: unsafe extern "system" fn(_: *mut c_void, _: *mut ZoomTransitionMode) -> HRESULT,
pub SetMode: unsafe extern "system" fn(_: *mut c_void, _: ZoomTransitionMode) -> HRESULT,
pub Value: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetValue: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Mode: unsafe extern "system" fn(_: *mut c_void, _: *mut ZoomTransitionMode) -> HRESULT§SetMode: unsafe extern "system" fn(_: *mut c_void, _: ZoomTransitionMode) -> HRESULT§Value: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetValue: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULTAuto Trait Implementations§
impl Freeze for IZoomSettings_Vtbl
impl RefUnwindSafe for IZoomSettings_Vtbl
impl Send for IZoomSettings_Vtbl
impl Sync for IZoomSettings_Vtbl
impl Unpin for IZoomSettings_Vtbl
impl UnwindSafe for IZoomSettings_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