Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/ntfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/value/attribute_list_non_resident_attribute.rs')
-rw-r--r--src/value/attribute_list_non_resident_attribute.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/value/attribute_list_non_resident_attribute.rs b/src/value/attribute_list_non_resident_attribute.rs
index 730b094..8e75724 100644
--- a/src/value/attribute_list_non_resident_attribute.rs
+++ b/src/value/attribute_list_non_resident_attribute.rs
@@ -150,6 +150,10 @@ impl<'n, 'f> NtfsAttributeListNonResidentAttributeValue<'n, 'f> {
Ok(true)
}
+
+ pub fn ntfs(&self) -> &'n Ntfs {
+ self.ntfs
+ }
}
impl<'n, 'f> NtfsReadSeek for NtfsAttributeListNonResidentAttributeValue<'n, 'f> {