Struct tiny_std::unix::print::__UnixWriter
source · pub struct __UnixWriter(/* private fields */);
Implementations§
source§impl __UnixWriter
impl __UnixWriter
sourcepub fn __write_newline(&self) -> Result
pub fn __write_newline(&self) -> Result
Errors
Will return an error if the underlying syscall fails
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for __UnixWriter
impl Send for __UnixWriter
impl Sync for __UnixWriter
impl Unpin for __UnixWriter
impl UnwindSafe for __UnixWriter
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