Struct windows::Win32::System::WindowsSync::IConstraintConflict_Vtbl
#[repr(C)]pub struct IConstraintConflict_Vtbl {Show 13 fields
pub base__: IUnknown_Vtbl,
pub GetDestinationProviderConflictingChange: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetSourceProviderConflictingChange: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetDestinationProviderOriginalChange: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetDestinationProviderConflictingData: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetSourceProviderConflictingData: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetDestinationProviderOriginalData: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetConstraintResolveActionForChange: unsafe extern "system" fn(_: *mut c_void, _: *mut SYNC_CONSTRAINT_RESOLVE_ACTION) -> HRESULT,
pub SetConstraintResolveActionForChange: unsafe extern "system" fn(_: *mut c_void, _: SYNC_CONSTRAINT_RESOLVE_ACTION) -> HRESULT,
pub GetConstraintResolveActionForChangeUnit: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut SYNC_CONSTRAINT_RESOLVE_ACTION) -> HRESULT,
pub SetConstraintResolveActionForChangeUnit: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: SYNC_CONSTRAINT_RESOLVE_ACTION) -> HRESULT,
pub GetConstraintConflictReason: unsafe extern "system" fn(_: *mut c_void, _: *mut CONSTRAINT_CONFLICT_REASON) -> HRESULT,
pub IsTemporary: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetDestinationProviderConflictingChange: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetSourceProviderConflictingChange: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetDestinationProviderOriginalChange: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetDestinationProviderConflictingData: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetSourceProviderConflictingData: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetDestinationProviderOriginalData: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetConstraintResolveActionForChange: unsafe extern "system" fn(_: *mut c_void, _: *mut SYNC_CONSTRAINT_RESOLVE_ACTION) -> HRESULT
§SetConstraintResolveActionForChange: unsafe extern "system" fn(_: *mut c_void, _: SYNC_CONSTRAINT_RESOLVE_ACTION) -> HRESULT
§GetConstraintResolveActionForChangeUnit: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut SYNC_CONSTRAINT_RESOLVE_ACTION) -> HRESULT
§SetConstraintResolveActionForChangeUnit: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: SYNC_CONSTRAINT_RESOLVE_ACTION) -> HRESULT
§GetConstraintConflictReason: unsafe extern "system" fn(_: *mut c_void, _: *mut CONSTRAINT_CONFLICT_REASON) -> HRESULT
§IsTemporary: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IConstraintConflict_Vtbl
impl IConstraintConflict_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IConstraintConflict_Vtblwhere
Identity: IConstraintConflict_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IConstraintConflict_Vtbl
impl RefUnwindSafe for IConstraintConflict_Vtbl
impl Send for IConstraintConflict_Vtbl
impl Sync for IConstraintConflict_Vtbl
impl Unpin for IConstraintConflict_Vtbl
impl UnwindSafe for IConstraintConflict_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