Struct tartan_uefi::io::OutputStream
source · pub struct OutputStream<'a> {
pub last_result: Result,
/* private fields */
}
Fields§
§last_result: Result
Implementations§
source§impl<'a> OutputStream<'a>
impl<'a> OutputStream<'a>
pub fn new(out: &'a SimpleTextOutput) -> Self
Trait Implementations§
source§impl<'a> Clone for OutputStream<'a>
impl<'a> Clone for OutputStream<'a>
source§fn clone(&self) -> OutputStream<'a>
fn clone(&self) -> OutputStream<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more