Struct IZoomControl_Vtbl
#[repr(C)]pub struct IZoomControl_Vtbl {
pub base__: IInspectable_Vtbl,
pub Supported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub Min: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub Max: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub Step: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> 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§Supported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§Min: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§Max: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§Step: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> 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 IZoomControl_Vtbl
impl RefUnwindSafe for IZoomControl_Vtbl
impl Send for IZoomControl_Vtbl
impl Sync for IZoomControl_Vtbl
impl Unpin for IZoomControl_Vtbl
impl UnwindSafe for IZoomControl_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