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