windows::Win32::UI::Shell

Trait IFileSystemBindData2_Impl

pub trait IFileSystemBindData2_Impl: IFileSystemBindData_Impl {
    // Required methods
    fn SetFileID(&self, lifileid: i64) -> Result<()>;
    fn GetFileID(&self) -> Result<i64>;
    fn SetJunctionCLSID(&self, clsid: *const GUID) -> Result<()>;
    fn GetJunctionCLSID(&self) -> Result<GUID>;
}

Required Methods§

fn SetFileID(&self, lifileid: i64) -> Result<()>

fn GetFileID(&self) -> Result<i64>

fn SetJunctionCLSID(&self, clsid: *const GUID) -> Result<()>

fn GetJunctionCLSID(&self) -> Result<GUID>

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§