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