Struct RSCom Copy item path Source pub struct RSCom {
pub api: IDispatchW ,
}Expand description This structure hold the pointer for the COM IDispatch interface.
@api:IDispatchW -> The main interface for the COM.
Initializing the structure [crate::com_module::RSCom] and append for each pointer its interface.
@com_name:&str -> The com application name you want to use, for example:“Excel.Application”.
Method for Uninitialize the Com Object.
Immutably borrows from an owned value.
Read more Mutably borrows from an owned value.
Read more Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From <T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.