Trait ISyncMgrSyncItemInfo_Impl
pub trait ISyncMgrSyncItemInfo_Impl: IUnknownImpl {
    // Required methods
    fn GetTypeLabel(&self) -> Result<PWSTR>;
    fn GetComment(&self) -> Result<PWSTR>;
    fn GetLastSyncTime(&self) -> Result<FILETIME>;
    fn IsEnabled(&self) -> Result<()>;
    fn IsConnected(&self) -> HRESULT;
}Required Methods§
fn GetTypeLabel(&self) -> Result<PWSTR>
fn GetComment(&self) -> Result<PWSTR>
fn GetLastSyncTime(&self) -> Result<FILETIME>
fn IsEnabled(&self) -> Result<()>
fn IsConnected(&self) -> HRESULT
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.