#[repr(C)]pub struct ISequentialStream {
pub lpVtbl: *mut ISequentialStreamVtbl,
}
Fields§
§lpVtbl: *mut ISequentialStreamVtbl
Trait Implementations§
Source§impl Clone for ISequentialStream
impl Clone for ISequentialStream
Source§fn clone(&self) -> ISequentialStream
fn clone(&self) -> ISequentialStream
Returns a copy 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 ISequentialStream
impl Debug for ISequentialStream
Source§impl Ord for ISequentialStream
impl Ord for ISequentialStream
Source§fn cmp(&self, other: &ISequentialStream) -> Ordering
fn cmp(&self, other: &ISequentialStream) -> Ordering
1.21.0 · 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 ISequentialStream
impl PartialEq for ISequentialStream
Source§impl PartialOrd for ISequentialStream
impl PartialOrd for ISequentialStream
impl Copy for ISequentialStream
impl Eq for ISequentialStream
impl StructuralPartialEq for ISequentialStream
Auto Trait Implementations§
impl Freeze for ISequentialStream
impl RefUnwindSafe for ISequentialStream
impl !Send for ISequentialStream
impl !Sync for ISequentialStream
impl Unpin for ISequentialStream
impl UnwindSafe for ISequentialStream
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