Struct windows::Win32::System::WindowsSync::ISyncDataConverter_Vtbl
#[repr(C)]pub struct ISyncDataConverter_Vtbl {
pub base__: IUnknown_Vtbl,
pub ConvertDataRetrieverFromProviderFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ConvertDataRetrieverToProviderFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ConvertDataFromProviderFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ConvertDataToProviderFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ConvertDataRetrieverFromProviderFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ConvertDataRetrieverToProviderFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ConvertDataFromProviderFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ConvertDataToProviderFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ISyncDataConverter_Vtbl
impl ISyncDataConverter_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISyncDataConverter_Vtblwhere
Identity: ISyncDataConverter_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISyncDataConverter_Vtbl
impl RefUnwindSafe for ISyncDataConverter_Vtbl
impl Send for ISyncDataConverter_Vtbl
impl Sync for ISyncDataConverter_Vtbl
impl Unpin for ISyncDataConverter_Vtbl
impl UnwindSafe for ISyncDataConverter_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