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