Struct serde_lvm::File [] [src]

#[must_use]
pub struct File { pub header: FileHeader, pub measurements: Vec<Measurement>, }

LVM File

Fields

Metadata on the file itself

Measurement segments

Trait Implementations

impl Debug for File
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for File

impl Sync for File