Skip to main content

IPinnedBufferMemoryStream

Trait IPinnedBufferMemoryStream 

Source
pub trait IPinnedBufferMemoryStream: IUnmanagedMemoryStream {
    // Provided methods
    fn array(self) -> Array<u8> { ... }
    fn set_array(self, value: Array<u8>) { ... }
}

Provided Methods§

Source

fn array(self) -> Array<u8>

Source

fn set_array(self, value: Array<u8>)

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§