Struct IDragSourceHelper2_Vtbl
#[repr(C)]pub struct IDragSourceHelper2_Vtbl {
    pub base__: IDragSourceHelper_Vtbl,
    pub SetFlags: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}Fields§
§base__: IDragSourceHelper_Vtbl§SetFlags: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULTImplementations§
§impl IDragSourceHelper2_Vtbl
 
impl IDragSourceHelper2_Vtbl
pub const fn new<Identity: IDragSourceHelper2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDragSourceHelper2_Vtbl
impl RefUnwindSafe for IDragSourceHelper2_Vtbl
impl Send for IDragSourceHelper2_Vtbl
impl Sync for IDragSourceHelper2_Vtbl
impl Unpin for IDragSourceHelper2_Vtbl
impl UnwindSafe for IDragSourceHelper2_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