#[repr(C)]pub struct ISeqInStream_ {
pub Read: Option<unsafe extern "C" fn(p: ISeqInStreamPtr, buf: *mut c_void, size: *mut usize) -> SRes>,
}Fields§
§Read: Option<unsafe extern "C" fn(p: ISeqInStreamPtr, buf: *mut c_void, size: *mut usize) -> SRes>Trait Implementations§
Source§impl Clone for ISeqInStream_
impl Clone for ISeqInStream_
Source§fn clone(&self) -> ISeqInStream_
fn clone(&self) -> ISeqInStream_
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 ISeqInStream_
impl Debug for ISeqInStream_
Source§impl Default for ISeqInStream_
impl Default for ISeqInStream_
Source§fn default() -> ISeqInStream_
fn default() -> ISeqInStream_
Returns the “default value” for a type. Read more
Source§impl Hash for ISeqInStream_
impl Hash for ISeqInStream_
Source§impl Ord for ISeqInStream_
impl Ord for ISeqInStream_
Source§fn cmp(&self, other: &ISeqInStream_) -> Ordering
fn cmp(&self, other: &ISeqInStream_) -> 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 ISeqInStream_
impl PartialEq for ISeqInStream_
Source§fn eq(&self, other: &ISeqInStream_) -> bool
fn eq(&self, other: &ISeqInStream_) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ISeqInStream_
impl PartialOrd for ISeqInStream_
impl Copy for ISeqInStream_
impl Eq for ISeqInStream_
impl StructuralPartialEq for ISeqInStream_
Auto Trait Implementations§
impl Freeze for ISeqInStream_
impl RefUnwindSafe for ISeqInStream_
impl Send for ISeqInStream_
impl Sync for ISeqInStream_
impl Unpin for ISeqInStream_
impl UnsafeUnpin for ISeqInStream_
impl UnwindSafe for ISeqInStream_
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