windows::Win32::System::Ole

Trait IOleUILinkInfoW_Impl

pub trait IOleUILinkInfoW_Impl: IOleUILinkContainerW_Impl {
    // Required method
    fn GetLastUpdate(&self, dwlink: u32) -> Result<FILETIME>;
}

Required Methods§

fn GetLastUpdate(&self, dwlink: u32) -> Result<FILETIME>

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.

Implementors§