Struct IShellDispatch4_Vtbl
#[repr(C)]pub struct IShellDispatch4_Vtbl {
pub base__: IShellDispatch3_Vtbl,
pub WindowsSecurity: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ToggleDesktop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ExplorerPolicy: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub GetSetting: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut VARIANT_BOOL) -> HRESULT,
}
Fields§
§base__: IShellDispatch3_Vtbl
§WindowsSecurity: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ToggleDesktop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ExplorerPolicy: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT) -> HRESULT
§GetSetting: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut VARIANT_BOOL) -> HRESULT
Implementations§
§impl IShellDispatch4_Vtbl
impl IShellDispatch4_Vtbl
pub const fn new<Identity: IShellDispatch4_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IShellDispatch4_Vtbl
impl RefUnwindSafe for IShellDispatch4_Vtbl
impl Send for IShellDispatch4_Vtbl
impl Sync for IShellDispatch4_Vtbl
impl Unpin for IShellDispatch4_Vtbl
impl UnwindSafe for IShellDispatch4_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