teamy-mft 0.7.1

TeamDman's Master File Table CLI and library for NTFS.
1
2
3
4
5
#[derive(Debug, Clone, PartialEq, Eq, vox::facet::Facet)]
pub struct DegradedDriveStatus {
    pub drive_letter: char,
    pub message: String,
}