Skip to main content

IPinnedBufferMemoryStreamMethods

Trait IPinnedBufferMemoryStreamMethods 

Source
pub trait IPinnedBufferMemoryStreamMethods: IPinnedBufferMemoryStream {
    // Provided methods
    fn ctor(self, array: impl Into<Array<u8>>) { ... }
    fn finalize(self) { ... }
    fn dispose(self, disposing: impl Into<bool>) { ... }
}

Provided Methods§

Source

fn ctor(self, array: impl Into<Array<u8>>)

.ctor(::unity::Array<u8>) overload

Source

fn finalize(self)

Finalize() overload

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: IPinnedBufferMemoryStream> IPinnedBufferMemoryStreamMethods for __T

Available on crate feature system-io-pinnedbuffermemorystream only.