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