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