#[repr(C)]pub struct ISequentialInStream {
pub _base: IUnknown,
}Fields§
§_base: IUnknownTrait Implementations§
Source§impl Clone for ISequentialInStream
impl Clone for ISequentialInStream
Source§fn clone(&self) -> ISequentialInStream
fn clone(&self) -> ISequentialInStream
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 moreimpl Copy for ISequentialInStream
Auto Trait Implementations§
impl !Send for ISequentialInStream
impl !Sync for ISequentialInStream
impl Freeze for ISequentialInStream
impl RefUnwindSafe for ISequentialInStream
impl Unpin for ISequentialInStream
impl UnsafeUnpin for ISequentialInStream
impl UnwindSafe for ISequentialInStream
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