Skip to main content

IAssembly_UnmanagedMemoryStreamForModuleMethods

Trait IAssembly_UnmanagedMemoryStreamForModuleMethods 

Source
pub trait IAssembly_UnmanagedMemoryStreamForModuleMethods: IAssembly_UnmanagedMemoryStreamForModule {
    // Provided method
    fn dispose(self, disposing: impl Into<bool>) { ... }
}

Provided Methods§

Source

fn dispose(self, disposing: impl Into<bool>)

Dispose(bool) overload

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§

Source§

impl<__T: IAssembly_UnmanagedMemoryStreamForModule> IAssembly_UnmanagedMemoryStreamForModuleMethods for __T

Available on crate feature system-reflection-assembly only.