Struct spin_core::OutputBuffer
source · pub struct OutputBuffer(_);
Expand description
An in-memory stdio output buffer.
Implementations§
Trait Implementations§
source§impl Default for OutputBuffer
impl Default for OutputBuffer
source§fn default() -> OutputBuffer
fn default() -> OutputBuffer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for OutputBuffer
impl Send for OutputBuffer
impl Sync for OutputBuffer
impl Unpin for OutputBuffer
impl UnwindSafe for OutputBuffer
Blanket Implementations§
§impl<T> GetSetFdFlags for T
impl<T> GetSetFdFlags for T
§fn get_fd_flags(&self) -> Result<FdFlags, Error>where
T: AsFilelike,
fn get_fd_flags(&self) -> Result<FdFlags, Error>where
T: AsFilelike,
Query the “status” flags for the
self
file descriptor.