Struct ITnef_Vtbl
#[repr(C)]pub struct ITnef_Vtbl {
pub base__: IUnknown_Vtbl,
pub AddProps: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut c_void, _: *mut SPropTagArray) -> HRESULT,
pub ExtractProps: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut SPropTagArray, _: *mut *mut STnefProblemArray) -> HRESULT,
pub Finish: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u16, _: *mut *mut STnefProblemArray) -> HRESULT,
pub OpenTaggedBody: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub SetProps: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: *mut SPropValue) -> HRESULT,
pub EncodeRecips: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT,
pub FinishComponent: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut SPropTagArray, _: *mut SPropValue, _: *mut SPropTagArray, _: *mut *mut STnefProblemArray) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AddProps: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut c_void, _: *mut SPropTagArray) -> HRESULT
§ExtractProps: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut SPropTagArray, _: *mut *mut STnefProblemArray) -> HRESULT
§Finish: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u16, _: *mut *mut STnefProblemArray) -> HRESULT
§OpenTaggedBody: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§SetProps: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: *mut SPropValue) -> HRESULT
§EncodeRecips: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT
§FinishComponent: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut SPropTagArray, _: *mut SPropValue, _: *mut SPropTagArray, _: *mut *mut STnefProblemArray) -> HRESULT
Implementations§
§impl ITnef_Vtbl
impl ITnef_Vtbl
pub const fn new<Identity: ITnef_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITnef_Vtbl
impl RefUnwindSafe for ITnef_Vtbl
impl Send for ITnef_Vtbl
impl Sync for ITnef_Vtbl
impl Unpin for ITnef_Vtbl
impl UnwindSafe for ITnef_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