pub struct IRandomAccessStreamReference(/* private fields */);Implementations§
Source§impl IRandomAccessStreamReference
impl IRandomAccessStreamReference
pub fn OpenReadAsync( &self, ) -> Result<IAsyncOperation<IRandomAccessStreamWithContentType>>
Trait Implementations§
Source§impl Clone for IRandomAccessStreamReference
impl Clone for IRandomAccessStreamReference
Source§fn clone(&self) -> IRandomAccessStreamReference
fn clone(&self) -> IRandomAccessStreamReference
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IRandomAccessStreamReference
impl Debug for IRandomAccessStreamReference
Source§impl From<&IRandomAccessStreamReference> for Object
impl From<&IRandomAccessStreamReference> for Object
Source§fn from(value: &IRandomAccessStreamReference) -> Self
fn from(value: &IRandomAccessStreamReference) -> Self
Converts to this type from the input type.
Source§impl From<&RandomAccessStreamReference> for IRandomAccessStreamReference
impl From<&RandomAccessStreamReference> for IRandomAccessStreamReference
Source§fn from(value: &RandomAccessStreamReference) -> Self
fn from(value: &RandomAccessStreamReference) -> Self
Converts to this type from the input type.
Source§impl From<IRandomAccessStreamReference> for Object
impl From<IRandomAccessStreamReference> for Object
Source§fn from(value: IRandomAccessStreamReference) -> Self
fn from(value: IRandomAccessStreamReference) -> Self
Converts to this type from the input type.
Source§impl From<RandomAccessStreamReference> for IRandomAccessStreamReference
impl From<RandomAccessStreamReference> for IRandomAccessStreamReference
Source§fn from(value: RandomAccessStreamReference) -> Self
fn from(value: RandomAccessStreamReference) -> Self
Converts to this type from the input type.
Source§impl Interface for IRandomAccessStreamReference
impl Interface for IRandomAccessStreamReference
const IID: Guid
type Vtable = IRandomAccessStreamReference_abi
Source§impl<'a> IntoParam<'a, IRandomAccessStreamReference> for &'a RandomAccessStreamReference
impl<'a> IntoParam<'a, IRandomAccessStreamReference> for &'a RandomAccessStreamReference
fn into_param(self) -> Param<'a, IRandomAccessStreamReference>
Source§impl<'a> IntoParam<'a, IRandomAccessStreamReference> for RandomAccessStreamReference
impl<'a> IntoParam<'a, IRandomAccessStreamReference> for RandomAccessStreamReference
fn into_param(self) -> Param<'a, IRandomAccessStreamReference>
Source§impl<'a> IntoParam<'a, Object> for &'a IRandomAccessStreamReference
impl<'a> IntoParam<'a, Object> for &'a IRandomAccessStreamReference
fn into_param(self) -> Param<'a, Object>
Source§impl<'a> IntoParam<'a, Object> for IRandomAccessStreamReference
impl<'a> IntoParam<'a, Object> for IRandomAccessStreamReference
fn into_param(self) -> Param<'a, Object>
Source§impl PartialEq for IRandomAccessStreamReference
impl PartialEq for IRandomAccessStreamReference
Source§fn eq(&self, other: &IRandomAccessStreamReference) -> bool
fn eq(&self, other: &IRandomAccessStreamReference) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for IRandomAccessStreamReference
impl StructuralPartialEq for IRandomAccessStreamReference
Auto Trait Implementations§
impl Freeze for IRandomAccessStreamReference
impl RefUnwindSafe for IRandomAccessStreamReference
impl !Send for IRandomAccessStreamReference
impl !Sync for IRandomAccessStreamReference
impl Unpin for IRandomAccessStreamReference
impl UnwindSafe for IRandomAccessStreamReference
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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