Struct windows::Storage::Streams::RandomAccessStream
pub struct RandomAccessStream;
Implementations§
§impl RandomAccessStream
impl RandomAccessStream
pub fn CopyAsync<P0, P1>(
source: P0,
destination: P1,
) -> Result<IAsyncOperationWithProgress<u64, u64>>where
P0: Param<IInputStream>,
P1: Param<IOutputStream>,
pub fn CopySizeAsync<P0, P1>(
source: P0,
destination: P1,
bytestocopy: u64,
) -> Result<IAsyncOperationWithProgress<u64, u64>>where
P0: Param<IInputStream>,
P1: Param<IOutputStream>,
pub fn CopyAndCloseAsync<P0, P1>(
source: P0,
destination: P1,
) -> Result<IAsyncOperationWithProgress<u64, u64>>where
P0: Param<IInputStream>,
P1: Param<IOutputStream>,
Auto Trait Implementations§
impl Freeze for RandomAccessStream
impl RefUnwindSafe for RandomAccessStream
impl Send for RandomAccessStream
impl Sync for RandomAccessStream
impl Unpin for RandomAccessStream
impl UnwindSafe for RandomAccessStream
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more