#[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 · 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_
impl Copy 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 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