Struct IDistList_Vtbl
#[repr(C)]pub struct IDistList_Vtbl {
pub base__: IMAPIContainer_Vtbl,
pub CreateEntry: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const ENTRYID, _: u32, _: *mut *mut c_void) -> HRESULT,
pub CopyEntries: unsafe extern "system" fn(_: *mut c_void, _: *const SBinaryArray, _: usize, _: *mut c_void, _: u32) -> HRESULT,
pub DeleteEntries: unsafe extern "system" fn(_: *mut c_void, _: *const SBinaryArray, _: u32) -> HRESULT,
pub ResolveNames: unsafe extern "system" fn(_: *mut c_void, _: *const SPropTagArray, _: u32, _: *const ADRLIST, _: *mut FlagList) -> HRESULT,
}
Fields§
§base__: IMAPIContainer_Vtbl
§CreateEntry: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const ENTRYID, _: u32, _: *mut *mut c_void) -> HRESULT
§CopyEntries: unsafe extern "system" fn(_: *mut c_void, _: *const SBinaryArray, _: usize, _: *mut c_void, _: u32) -> HRESULT
§DeleteEntries: unsafe extern "system" fn(_: *mut c_void, _: *const SBinaryArray, _: u32) -> HRESULT
§ResolveNames: unsafe extern "system" fn(_: *mut c_void, _: *const SPropTagArray, _: u32, _: *const ADRLIST, _: *mut FlagList) -> HRESULT
Implementations§
§impl IDistList_Vtbl
impl IDistList_Vtbl
pub const fn new<Identity: IDistList_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDistList_Vtbl
impl RefUnwindSafe for IDistList_Vtbl
impl Send for IDistList_Vtbl
impl Sync for IDistList_Vtbl
impl Unpin for IDistList_Vtbl
impl UnwindSafe for IDistList_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