Struct webview2_com::Windows::Win32::Storage::StructuredStorage::IStream [−][src]
#[repr(transparent)]pub struct IStream(_);Implementations
pub unsafe fn CopyTo<'a>(
&self,
pstm: impl IntoParam<'a, IStream>,
cb: u64,
pcbread: *mut u64,
pcbwritten: *mut u64
) -> Result<(), Error>
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for IStream
impl UnwindSafe for IStream
Blanket Implementations
type DefaultType = Option<T>
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Mutably borrows from an owned value. Read more