#[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 (const: unstable) · 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_
Source§impl Default for ILookInStream_
impl Default for ILookInStream_
Source§fn default() -> ILookInStream_
fn default() -> ILookInStream_
Returns the “default value” for a type. Read more
Source§impl Hash for ILookInStream_
impl Hash for ILookInStream_
Source§impl Ord for ILookInStream_
impl Ord for ILookInStream_
Source§fn cmp(&self, other: &ILookInStream_) -> Ordering
fn cmp(&self, other: &ILookInStream_) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ILookInStream_
impl PartialEq for ILookInStream_
Source§fn eq(&self, other: &ILookInStream_) -> bool
fn eq(&self, other: &ILookInStream_) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ILookInStream_
impl PartialOrd for ILookInStream_
impl Copy for ILookInStream_
impl Eq for ILookInStream_
impl StructuralPartialEq 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 UnsafeUnpin 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