Struct libracerd::engine::Buffer
[−]
[src]
pub struct Buffer { pub file_path: String, pub contents: String, }
Fields
file_path | |
contents |
pub struct Buffer { pub file_path: String, pub contents: String, }
file_path | |
contents |
impl Buffer
impl Clone for Buffer
fn clone(&self) -> Buffer
fn clone_from(&mut self, source: &Self)
impl Decodable for Buffer
impl Debug for Buffer