#[repr(C)]pub struct IValidate_Vtbl {
pub base__: IUnknown_Vtbl,
pub OpenDatabase: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub OpenCUB: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub CloseDatabase: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub CloseCUB: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetDisplay: unsafe extern "system" fn(_: *mut c_void, _: LPDISPLAYVAL, _: *mut c_void) -> HRESULT,
pub SetStatus: unsafe extern "system" fn(_: *mut c_void, _: LPEVALCOMCALLBACK, _: *mut c_void) -> HRESULT,
pub Validate: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OpenDatabase: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§OpenCUB: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§CloseDatabase: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§CloseCUB: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetDisplay: unsafe extern "system" fn(_: *mut c_void, _: LPDISPLAYVAL, _: *mut c_void) -> HRESULT
§SetStatus: unsafe extern "system" fn(_: *mut c_void, _: LPEVALCOMCALLBACK, _: *mut c_void) -> HRESULT
§Validate: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl IValidate_Vtbl
impl IValidate_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IValidate_Vtblwhere
Identity: IValidate_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IValidate_Vtbl
impl RefUnwindSafe for IValidate_Vtbl
impl Send for IValidate_Vtbl
impl Sync for IValidate_Vtbl
impl Unpin for IValidate_Vtbl
impl UnwindSafe for IValidate_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