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