Struct wasmtime_wasi::sync::stdio::Stderr [−][src]
Trait Implementations
impl AsRawFd for Stderr
[src]
impl WasiFile for Stderr
[src]
pub fn as_any(&self) -> &(dyn Any + 'static)
[src]
pub fn datasync(&self) -> Result<(), Error>
[src]
pub fn sync(&self) -> Result<(), Error>
[src]
pub fn get_filetype(&self) -> Result<FileType, Error>
[src]
pub fn get_fdflags(&self) -> Result<FdFlags, Error>
[src]
pub fn set_fdflags(&mut self, _fdflags: FdFlags) -> Result<(), Error>
[src]
pub fn get_filestat(&self) -> Result<Filestat, Error>
[src]
pub fn set_filestat_size(&self, _size: u64) -> Result<(), Error>
[src]
pub fn advise(
&self,
_offset: u64,
_len: u64,
_advice: Advice
) -> Result<(), Error>
[src]
&self,
_offset: u64,
_len: u64,
_advice: Advice
) -> Result<(), Error>
pub fn allocate(&self, _offset: u64, _len: u64) -> Result<(), Error>
[src]
pub fn read_vectored(&self, _bufs: &mut [IoSliceMut<'_>]) -> Result<u64, Error>
[src]
pub fn read_vectored_at(
&self,
_bufs: &mut [IoSliceMut<'_>],
_offset: u64
) -> Result<u64, Error>
[src]
&self,
_bufs: &mut [IoSliceMut<'_>],
_offset: u64
) -> Result<u64, Error>
pub fn write_vectored(&self, bufs: &[IoSlice<'_>]) -> Result<u64, Error>
[src]
pub fn write_vectored_at(
&self,
_bufs: &[IoSlice<'_>],
_offset: u64
) -> Result<u64, Error>
[src]
&self,
_bufs: &[IoSlice<'_>],
_offset: u64
) -> Result<u64, Error>
pub fn seek(&self, _pos: SeekFrom) -> Result<u64, Error>
[src]
pub fn peek(&self, _buf: &mut [u8]) -> Result<u64, Error>
[src]
pub fn set_times(
&self,
atime: Option<SystemTimeSpec>,
mtime: Option<SystemTimeSpec>
) -> Result<(), Error>
[src]
&self,
atime: Option<SystemTimeSpec>,
mtime: Option<SystemTimeSpec>
) -> Result<(), Error>
pub fn num_ready_bytes(&self) -> Result<u64, Error>
[src]
Auto Trait Implementations
impl RefUnwindSafe for Stderr
impl Send for Stderr
impl Sync for Stderr
impl Unpin for Stderr
impl UnwindSafe for Stderr
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Pointee for T
[src]
type Pointer = u32
pub fn debug(
pointer: <T as Pointee>::Pointer,
f: &mut Formatter<'_>
) -> Result<(), Error>
[src]
pointer: <T as Pointee>::Pointer,
f: &mut Formatter<'_>
) -> Result<(), Error>
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,