#[repr(C)]pub struct CFileOutStream {
pub vt: ISeqOutStream,
pub file: CSzFile,
pub wres: WRes,
}Fields§
§vt: ISeqOutStream§file: CSzFile§wres: WResTrait Implementations§
Source§impl Clone for CFileOutStream
impl Clone for CFileOutStream
Source§fn clone(&self) -> CFileOutStream
fn clone(&self) -> CFileOutStream
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 CFileOutStream
impl Debug for CFileOutStream
impl Copy for CFileOutStream
Auto Trait Implementations§
impl Freeze for CFileOutStream
impl RefUnwindSafe for CFileOutStream
impl Send for CFileOutStream
impl Sync for CFileOutStream
impl Unpin for CFileOutStream
impl UnwindSafe for CFileOutStream
Blanket Implementations§
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