windows::Win32::System::WinRT::Storage

Trait IStorageItemHandleAccess_Impl

pub trait IStorageItemHandleAccess_Impl: IUnknownImpl {
    // Required method
    fn Create(
        &self,
        accessoptions: HANDLE_ACCESS_OPTIONS,
        sharingoptions: HANDLE_SHARING_OPTIONS,
        options: HANDLE_OPTIONS,
        oplockbreakinghandler: Ref<'_, IOplockBreakingHandler>,
    ) -> Result<HANDLE>;
}

Required Methods§

fn Create( &self, accessoptions: HANDLE_ACCESS_OPTIONS, sharingoptions: HANDLE_SHARING_OPTIONS, options: HANDLE_OPTIONS, oplockbreakinghandler: Ref<'_, IOplockBreakingHandler>, ) -> Result<HANDLE>

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§