#[repr(C)]pub struct ILookInStream_ {
pub Look: Option<unsafe extern "C" fn(p: ILookInStreamPtr, buf: *mut *const c_void, size: *mut usize) -> SRes>,
pub Skip: Option<unsafe extern "C" fn(p: ILookInStreamPtr, offset: usize) -> SRes>,
pub Read: Option<unsafe extern "C" fn(p: ILookInStreamPtr, buf: *mut c_void, size: *mut usize) -> SRes>,
pub Seek: Option<unsafe extern "C" fn(p: ILookInStreamPtr, pos: *mut Int64, origin: ESzSeek) -> SRes>,
}Fields§
§Look: Option<unsafe extern "C" fn(p: ILookInStreamPtr, buf: *mut *const c_void, size: *mut usize) -> SRes>§Skip: Option<unsafe extern "C" fn(p: ILookInStreamPtr, offset: usize) -> SRes>§Read: Option<unsafe extern "C" fn(p: ILookInStreamPtr, buf: *mut c_void, size: *mut usize) -> SRes>§Seek: Option<unsafe extern "C" fn(p: ILookInStreamPtr, pos: *mut Int64, origin: ESzSeek) -> SRes>Trait Implementations§
Source§impl Clone for ILookInStream_
impl Clone for ILookInStream_
Source§fn clone(&self) -> ILookInStream_
fn clone(&self) -> ILookInStream_
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 ILookInStream_
impl Debug for ILookInStream_
impl Copy for ILookInStream_
Auto Trait Implementations§
impl Freeze for ILookInStream_
impl RefUnwindSafe for ILookInStream_
impl Send for ILookInStream_
impl Sync for ILookInStream_
impl Unpin for ILookInStream_
impl UnwindSafe for ILookInStream_
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