windows::Win32::System::Com

Trait ISequentialStream_Impl

pub trait ISequentialStream_Impl: IUnknownImpl {
    // Required methods
    fn Read(&self, pv: *mut c_void, cb: u32, pcbread: *mut u32) -> HRESULT;
    fn Write(&self, pv: *const c_void, cb: u32, pcbwritten: *mut u32) -> HRESULT;
}

Required Methods§

fn Read(&self, pv: *mut c_void, cb: u32, pcbread: *mut u32) -> HRESULT

fn Write(&self, pv: *const c_void, cb: u32, pcbwritten: *mut u32) -> HRESULT

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§