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