Trait IOfflineFilesChangeInfo_Impl
pub trait IOfflineFilesChangeInfo_Impl: IUnknownImpl {
// Required methods
fn IsDirty(&self, pbdirty: *mut BOOL) -> HRESULT;
fn IsDeletedOffline(&self) -> Result<BOOL>;
fn IsCreatedOffline(&self) -> Result<BOOL>;
fn IsLocallyModifiedData(&self) -> Result<BOOL>;
fn IsLocallyModifiedAttributes(&self) -> Result<BOOL>;
fn IsLocallyModifiedTime(&self) -> Result<BOOL>;
}
Required Methods§
fn IsDirty(&self, pbdirty: *mut BOOL) -> HRESULT
fn IsDeletedOffline(&self) -> Result<BOOL>
fn IsCreatedOffline(&self) -> Result<BOOL>
fn IsLocallyModifiedData(&self) -> Result<BOOL>
fn IsLocallyModifiedAttributes(&self) -> Result<BOOL>
fn IsLocallyModifiedTime(&self) -> Result<BOOL>
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.