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