Struct windows::Win32::System::Com::IGlobalOptions_Vtbl
#[repr(C)]pub struct IGlobalOptions_Vtbl {
pub base__: IUnknown_Vtbl,
pub Set: unsafe extern "system" fn(_: *mut c_void, _: GLOBALOPT_PROPERTIES, _: usize) -> HRESULT,
pub Query: unsafe extern "system" fn(_: *mut c_void, _: GLOBALOPT_PROPERTIES, _: *mut usize) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Set: unsafe extern "system" fn(_: *mut c_void, _: GLOBALOPT_PROPERTIES, _: usize) -> HRESULT
§Query: unsafe extern "system" fn(_: *mut c_void, _: GLOBALOPT_PROPERTIES, _: *mut usize) -> HRESULT
Implementations§
§impl IGlobalOptions_Vtbl
impl IGlobalOptions_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IGlobalOptions_Vtblwhere
Identity: IGlobalOptions_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IGlobalOptions_Vtbl
impl RefUnwindSafe for IGlobalOptions_Vtbl
impl Send for IGlobalOptions_Vtbl
impl Sync for IGlobalOptions_Vtbl
impl Unpin for IGlobalOptions_Vtbl
impl UnwindSafe for IGlobalOptions_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