pub struct NtfsVolumeInformation { /* private fields */ }Expand description
Structure of a $VOLUME_INFORMATION attribute.
This attribute is only used by the top-level $Volume file and contains general information about the filesystem.
You can easily access it via Ntfs::volume_info.
A $VOLUME_INFORMATION attribute is always resident.
Reference: https://flatcap.github.io/linux-ntfs/ntfs/attributes/volume_information.html
Implementations
Returns flags set for this NTFS filesystem/volume as specified by NtfsVolumeFlags.
Returns the major NTFS version of this filesystem (e.g. 3 for NTFS 3.1).
Returns the minor NTFS version of this filesystem (e.g. 1 for NTFS 3.1).
Trait Implementations
fn from_attribute_value<T>(
fs: &mut T,
value: NtfsAttributeValue<'n, 'f>
) -> Result<Self> where
T: Read + Seek,
fn from_attribute_value<T>(
fs: &mut T,
value: NtfsAttributeValue<'n, 'f>
) -> Result<Self> where
T: Read + Seek,
Create a structured value from an arbitrary NtfsAttributeValue.
Create a structured value from a resident attribute value. Read more
Auto Trait Implementations
impl RefUnwindSafe for NtfsVolumeInformation
impl Send for NtfsVolumeInformation
impl Sync for NtfsVolumeInformation
impl Unpin for NtfsVolumeInformation
impl UnwindSafe for NtfsVolumeInformation
Blanket Implementations
Mutably borrows from an owned value. Read more
