#[repr(C)]pub struct IEnterpriseDropTargetVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IEnterpriseDropTarget, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IEnterpriseDropTarget) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IEnterpriseDropTarget) -> ULONG>,
pub SetDropSourceEnterpriseId: Option<unsafe extern "C" fn(This: *mut IEnterpriseDropTarget, identity: LPCWSTR) -> HRESULT>,
pub IsEvaluatingEdpPolicy: Option<unsafe extern "C" fn(This: *mut IEnterpriseDropTarget, value: *mut BOOL) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IEnterpriseDropTarget, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IEnterpriseDropTarget) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IEnterpriseDropTarget) -> ULONG>
§SetDropSourceEnterpriseId: Option<unsafe extern "C" fn(This: *mut IEnterpriseDropTarget, identity: LPCWSTR) -> HRESULT>
§IsEvaluatingEdpPolicy: Option<unsafe extern "C" fn(This: *mut IEnterpriseDropTarget, value: *mut BOOL) -> HRESULT>
Trait Implementations§
Source§impl Clone for IEnterpriseDropTargetVtbl
impl Clone for IEnterpriseDropTargetVtbl
Source§fn clone(&self) -> IEnterpriseDropTargetVtbl
fn clone(&self) -> IEnterpriseDropTargetVtbl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IEnterpriseDropTargetVtbl
impl Debug for IEnterpriseDropTargetVtbl
Source§impl Ord for IEnterpriseDropTargetVtbl
impl Ord for IEnterpriseDropTargetVtbl
Source§fn cmp(&self, other: &IEnterpriseDropTargetVtbl) -> Ordering
fn cmp(&self, other: &IEnterpriseDropTargetVtbl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for IEnterpriseDropTargetVtbl
impl PartialOrd for IEnterpriseDropTargetVtbl
impl Copy for IEnterpriseDropTargetVtbl
impl Eq for IEnterpriseDropTargetVtbl
impl StructuralPartialEq for IEnterpriseDropTargetVtbl
Auto Trait Implementations§
impl Freeze for IEnterpriseDropTargetVtbl
impl RefUnwindSafe for IEnterpriseDropTargetVtbl
impl Send for IEnterpriseDropTargetVtbl
impl Sync for IEnterpriseDropTargetVtbl
impl Unpin for IEnterpriseDropTargetVtbl
impl UnwindSafe for IEnterpriseDropTargetVtbl
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