pub struct IInputStream(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for IInputStream
impl Clone for IInputStream
Source§fn clone(&self) -> IInputStream
fn clone(&self) -> IInputStream
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 IInputStream
impl Debug for IInputStream
Source§impl From<&FileInputStream> for IInputStream
impl From<&FileInputStream> for IInputStream
Source§fn from(value: &FileInputStream) -> Self
fn from(value: &FileInputStream) -> Self
Converts to this type from the input type.
Source§impl From<&FileRandomAccessStream> for IInputStream
impl From<&FileRandomAccessStream> for IInputStream
Source§fn from(value: &FileRandomAccessStream) -> Self
fn from(value: &FileRandomAccessStream) -> Self
Converts to this type from the input type.
Source§impl From<&IInputStream> for IClosable
impl From<&IInputStream> for IClosable
Source§fn from(value: &IInputStream) -> Self
fn from(value: &IInputStream) -> Self
Converts to this type from the input type.
Source§impl From<&IInputStream> for Object
impl From<&IInputStream> for Object
Source§fn from(value: &IInputStream) -> Self
fn from(value: &IInputStream) -> Self
Converts to this type from the input type.
Source§impl From<&IRandomAccessStream> for IInputStream
impl From<&IRandomAccessStream> for IInputStream
Source§fn from(value: &IRandomAccessStream) -> Self
fn from(value: &IRandomAccessStream) -> Self
Converts to this type from the input type.
Source§impl From<&IRandomAccessStreamWithContentType> for IInputStream
impl From<&IRandomAccessStreamWithContentType> for IInputStream
Source§fn from(value: &IRandomAccessStreamWithContentType) -> Self
fn from(value: &IRandomAccessStreamWithContentType) -> Self
Converts to this type from the input type.
Source§impl From<&InMemoryRandomAccessStream> for IInputStream
impl From<&InMemoryRandomAccessStream> for IInputStream
Source§fn from(value: &InMemoryRandomAccessStream) -> Self
fn from(value: &InMemoryRandomAccessStream) -> Self
Converts to this type from the input type.
Source§impl From<&InputStreamOverStream> for IInputStream
impl From<&InputStreamOverStream> for IInputStream
Source§fn from(value: &InputStreamOverStream) -> Self
fn from(value: &InputStreamOverStream) -> Self
Converts to this type from the input type.
Source§impl From<&RandomAccessStreamOverStream> for IInputStream
impl From<&RandomAccessStreamOverStream> for IInputStream
Source§fn from(value: &RandomAccessStreamOverStream) -> Self
fn from(value: &RandomAccessStreamOverStream) -> Self
Converts to this type from the input type.
Source§impl From<FileInputStream> for IInputStream
impl From<FileInputStream> for IInputStream
Source§fn from(value: FileInputStream) -> Self
fn from(value: FileInputStream) -> Self
Converts to this type from the input type.
Source§impl From<FileRandomAccessStream> for IInputStream
impl From<FileRandomAccessStream> for IInputStream
Source§fn from(value: FileRandomAccessStream) -> Self
fn from(value: FileRandomAccessStream) -> Self
Converts to this type from the input type.
Source§impl From<IInputStream> for IClosable
impl From<IInputStream> for IClosable
Source§fn from(value: IInputStream) -> Self
fn from(value: IInputStream) -> Self
Converts to this type from the input type.
Source§impl From<IInputStream> for Object
impl From<IInputStream> for Object
Source§fn from(value: IInputStream) -> Self
fn from(value: IInputStream) -> Self
Converts to this type from the input type.
Source§impl From<IRandomAccessStream> for IInputStream
impl From<IRandomAccessStream> for IInputStream
Source§fn from(value: IRandomAccessStream) -> Self
fn from(value: IRandomAccessStream) -> Self
Converts to this type from the input type.
Source§impl From<IRandomAccessStreamWithContentType> for IInputStream
impl From<IRandomAccessStreamWithContentType> for IInputStream
Source§fn from(value: IRandomAccessStreamWithContentType) -> Self
fn from(value: IRandomAccessStreamWithContentType) -> Self
Converts to this type from the input type.
Source§impl From<InMemoryRandomAccessStream> for IInputStream
impl From<InMemoryRandomAccessStream> for IInputStream
Source§fn from(value: InMemoryRandomAccessStream) -> Self
fn from(value: InMemoryRandomAccessStream) -> Self
Converts to this type from the input type.
Source§impl From<InputStreamOverStream> for IInputStream
impl From<InputStreamOverStream> for IInputStream
Source§fn from(value: InputStreamOverStream) -> Self
fn from(value: InputStreamOverStream) -> Self
Converts to this type from the input type.
Source§impl From<RandomAccessStreamOverStream> for IInputStream
impl From<RandomAccessStreamOverStream> for IInputStream
Source§fn from(value: RandomAccessStreamOverStream) -> Self
fn from(value: RandomAccessStreamOverStream) -> Self
Converts to this type from the input type.
Source§impl Interface for IInputStream
impl Interface for IInputStream
const IID: Guid
type Vtable = IInputStream_abi
Source§impl<'a> IntoParam<'a, IClosable> for &'a IInputStream
impl<'a> IntoParam<'a, IClosable> for &'a IInputStream
fn into_param(self) -> Param<'a, IClosable>
Source§impl<'a> IntoParam<'a, IClosable> for IInputStream
impl<'a> IntoParam<'a, IClosable> for IInputStream
fn into_param(self) -> Param<'a, IClosable>
Source§impl<'a> IntoParam<'a, IInputStream> for &'a FileInputStream
impl<'a> IntoParam<'a, IInputStream> for &'a FileInputStream
fn into_param(self) -> Param<'a, IInputStream>
Source§impl<'a> IntoParam<'a, IInputStream> for &'a FileRandomAccessStream
impl<'a> IntoParam<'a, IInputStream> for &'a FileRandomAccessStream
fn into_param(self) -> Param<'a, IInputStream>
Source§impl<'a> IntoParam<'a, IInputStream> for &'a IRandomAccessStream
impl<'a> IntoParam<'a, IInputStream> for &'a IRandomAccessStream
fn into_param(self) -> Param<'a, IInputStream>
Source§impl<'a> IntoParam<'a, IInputStream> for &'a IRandomAccessStreamWithContentType
impl<'a> IntoParam<'a, IInputStream> for &'a IRandomAccessStreamWithContentType
fn into_param(self) -> Param<'a, IInputStream>
Source§impl<'a> IntoParam<'a, IInputStream> for &'a InMemoryRandomAccessStream
impl<'a> IntoParam<'a, IInputStream> for &'a InMemoryRandomAccessStream
fn into_param(self) -> Param<'a, IInputStream>
Source§impl<'a> IntoParam<'a, IInputStream> for &'a InputStreamOverStream
impl<'a> IntoParam<'a, IInputStream> for &'a InputStreamOverStream
fn into_param(self) -> Param<'a, IInputStream>
Source§impl<'a> IntoParam<'a, IInputStream> for &'a RandomAccessStreamOverStream
impl<'a> IntoParam<'a, IInputStream> for &'a RandomAccessStreamOverStream
fn into_param(self) -> Param<'a, IInputStream>
Source§impl<'a> IntoParam<'a, IInputStream> for FileInputStream
impl<'a> IntoParam<'a, IInputStream> for FileInputStream
fn into_param(self) -> Param<'a, IInputStream>
Source§impl<'a> IntoParam<'a, IInputStream> for FileRandomAccessStream
impl<'a> IntoParam<'a, IInputStream> for FileRandomAccessStream
fn into_param(self) -> Param<'a, IInputStream>
Source§impl<'a> IntoParam<'a, IInputStream> for IRandomAccessStream
impl<'a> IntoParam<'a, IInputStream> for IRandomAccessStream
fn into_param(self) -> Param<'a, IInputStream>
Source§impl<'a> IntoParam<'a, IInputStream> for IRandomAccessStreamWithContentType
impl<'a> IntoParam<'a, IInputStream> for IRandomAccessStreamWithContentType
fn into_param(self) -> Param<'a, IInputStream>
Source§impl<'a> IntoParam<'a, IInputStream> for InMemoryRandomAccessStream
impl<'a> IntoParam<'a, IInputStream> for InMemoryRandomAccessStream
fn into_param(self) -> Param<'a, IInputStream>
Source§impl<'a> IntoParam<'a, IInputStream> for InputStreamOverStream
impl<'a> IntoParam<'a, IInputStream> for InputStreamOverStream
fn into_param(self) -> Param<'a, IInputStream>
Source§impl<'a> IntoParam<'a, IInputStream> for RandomAccessStreamOverStream
impl<'a> IntoParam<'a, IInputStream> for RandomAccessStreamOverStream
fn into_param(self) -> Param<'a, IInputStream>
Source§impl<'a> IntoParam<'a, Object> for &'a IInputStream
impl<'a> IntoParam<'a, Object> for &'a IInputStream
fn into_param(self) -> Param<'a, Object>
Source§impl<'a> IntoParam<'a, Object> for IInputStream
impl<'a> IntoParam<'a, Object> for IInputStream
fn into_param(self) -> Param<'a, Object>
Source§impl PartialEq for IInputStream
impl PartialEq for IInputStream
Source§impl RuntimeType for IInputStream
impl RuntimeType for IInputStream
const SIGNATURE: ConstBuffer
type DefaultType = Option<IInputStream>
impl Eq for IInputStream
impl StructuralPartialEq for IInputStream
Auto Trait Implementations§
impl Freeze for IInputStream
impl RefUnwindSafe for IInputStream
impl !Send for IInputStream
impl !Sync for IInputStream
impl Unpin for IInputStream
impl UnwindSafe for IInputStream
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