pub struct RandomAccessStream {}Implementations§
Source§impl RandomAccessStream
impl RandomAccessStream
pub fn CopyAsync<'a, T0__: IntoParam<'a, IInputStream>, T1__: IntoParam<'a, IOutputStream>>( source: T0__, destination: T1__, ) -> Result<IAsyncOperationWithProgress<u64, u64>>
pub fn CopySizeAsync<'a, T0__: IntoParam<'a, IInputStream>, T1__: IntoParam<'a, IOutputStream>>( source: T0__, destination: T1__, bytestocopy: u64, ) -> Result<IAsyncOperationWithProgress<u64, u64>>
pub fn CopyAndCloseAsync<'a, T0__: IntoParam<'a, IInputStream>, T1__: IntoParam<'a, IOutputStream>>( source: T0__, destination: T1__, ) -> Result<IAsyncOperationWithProgress<u64, u64>>
Trait Implementations§
Source§impl RuntimeName for RandomAccessStream
impl RuntimeName for RandomAccessStream
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