Struct windows::Win32::System::WindowsSync::IAsynchronousDataRetriever_Vtbl
#[repr(C)]pub struct IAsynchronousDataRetriever_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetIdParameters: unsafe extern "system" fn(_: *mut c_void, _: *mut ID_PARAMETERS) -> HRESULT,
pub RegisterCallback: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RevokeCallback: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub LoadChangeData: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetIdParameters: unsafe extern "system" fn(_: *mut c_void, _: *mut ID_PARAMETERS) -> HRESULT
§RegisterCallback: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§RevokeCallback: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§LoadChangeData: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IAsynchronousDataRetriever_Vtbl
impl IAsynchronousDataRetriever_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IAsynchronousDataRetriever_Vtblwhere
Identity: IAsynchronousDataRetriever_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAsynchronousDataRetriever_Vtbl
impl RefUnwindSafe for IAsynchronousDataRetriever_Vtbl
impl Send for IAsynchronousDataRetriever_Vtbl
impl Sync for IAsynchronousDataRetriever_Vtbl
impl Unpin for IAsynchronousDataRetriever_Vtbl
impl UnwindSafe for IAsynchronousDataRetriever_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