#[repr(C)]pub struct IEnterpriseDropTargetVtbl {
pub QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IEnterpriseDropTarget, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "stdcall" fn(This: *mut IEnterpriseDropTarget) -> ULONG>,
pub Release: Option<unsafe extern "stdcall" fn(This: *mut IEnterpriseDropTarget) -> ULONG>,
pub SetDropSourceEnterpriseId: Option<unsafe extern "stdcall" fn(This: *mut IEnterpriseDropTarget, identity: LPCWSTR) -> HRESULT>,
pub IsEvaluatingEdpPolicy: Option<unsafe extern "stdcall" fn(This: *mut IEnterpriseDropTarget, value: *mut BOOL) -> HRESULT>,
}Fields§
§QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IEnterpriseDropTarget, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>§AddRef: Option<unsafe extern "stdcall" fn(This: *mut IEnterpriseDropTarget) -> ULONG>§Release: Option<unsafe extern "stdcall" fn(This: *mut IEnterpriseDropTarget) -> ULONG>§SetDropSourceEnterpriseId: Option<unsafe extern "stdcall" fn(This: *mut IEnterpriseDropTarget, identity: LPCWSTR) -> HRESULT>§IsEvaluatingEdpPolicy: Option<unsafe extern "stdcall" 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 duplicate 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 moreimpl Copy 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