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