#[repr(C)]pub struct IInputStream { /* private fields */ }
Expand description
Struct representing an input stream of bytes or string
Implementations§
Source§impl IInputStream
impl IInputStream
Trait Implementations§
Source§impl Default for IInputStream
impl Default for IInputStream
Source§fn default() -> Self
fn default() -> Self
synonym to IInputStream::null
Auto Trait Implementations§
impl Freeze for IInputStream
impl RefUnwindSafe for IInputStream
impl !Send for IInputStream
impl !Sync for IInputStream
impl Unpin for IInputStream
impl UnwindSafe for IInputStream
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