windows::Storage::Streams

Trait IBuffer_Impl

pub trait IBuffer_Impl: IUnknownImpl {
    // Required methods
    fn Capacity(&self) -> Result<u32>;
    fn Length(&self) -> Result<u32>;
    fn SetLength(&self, value: u32) -> Result<()>;
}

Required Methods§

fn Capacity(&self) -> Result<u32>

fn Length(&self) -> Result<u32>

fn SetLength(&self, value: u32) -> Result<()>

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§