Struct fm::preview::BinaryContent
source · pub struct BinaryContent {
pub path: PathBuf,
/* private fields */
}Expand description
Holds a preview of a binary content. It doesn’t try to respect endianness. The lines are formatted to display 16 bytes.
Fields§
§path: PathBufImplementations§
Trait Implementations§
source§impl Clone for BinaryContent
impl Clone for BinaryContent
source§fn clone(&self) -> BinaryContent
fn clone(&self) -> BinaryContent
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