#[repr(C)]pub struct NTFS_EXTENDED_VOLUME_DATA {
pub ByteCount: DWORD,
pub MajorVersion: WORD,
pub MinorVersion: WORD,
pub BytesPerPhysicalSector: DWORD,
pub LfsMajorVersion: WORD,
pub LfsMinorVersion: WORD,
pub MaxDeviceTrimExtentCount: DWORD,
pub MaxDeviceTrimByteCount: DWORD,
pub MaxVolumeTrimExtentCount: DWORD,
pub MaxVolumeTrimByteCount: DWORD,
}
Fields§
§ByteCount: DWORD
§MajorVersion: WORD
§MinorVersion: WORD
§BytesPerPhysicalSector: DWORD
§LfsMajorVersion: WORD
§LfsMinorVersion: WORD
§MaxDeviceTrimExtentCount: DWORD
§MaxDeviceTrimByteCount: DWORD
§MaxVolumeTrimExtentCount: DWORD
§MaxVolumeTrimByteCount: DWORD
Trait Implementations§
Source§impl Clone for NTFS_EXTENDED_VOLUME_DATA
impl Clone for NTFS_EXTENDED_VOLUME_DATA
Source§fn clone(&self) -> NTFS_EXTENDED_VOLUME_DATA
fn clone(&self) -> NTFS_EXTENDED_VOLUME_DATA
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 moreSource§impl Debug for NTFS_EXTENDED_VOLUME_DATA
impl Debug for NTFS_EXTENDED_VOLUME_DATA
Source§impl Ord for NTFS_EXTENDED_VOLUME_DATA
impl Ord for NTFS_EXTENDED_VOLUME_DATA
Source§fn cmp(&self, other: &NTFS_EXTENDED_VOLUME_DATA) -> Ordering
fn cmp(&self, other: &NTFS_EXTENDED_VOLUME_DATA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for NTFS_EXTENDED_VOLUME_DATA
impl PartialOrd for NTFS_EXTENDED_VOLUME_DATA
impl Copy for NTFS_EXTENDED_VOLUME_DATA
impl Eq for NTFS_EXTENDED_VOLUME_DATA
impl StructuralPartialEq for NTFS_EXTENDED_VOLUME_DATA
Auto Trait Implementations§
impl Freeze for NTFS_EXTENDED_VOLUME_DATA
impl RefUnwindSafe for NTFS_EXTENDED_VOLUME_DATA
impl Send for NTFS_EXTENDED_VOLUME_DATA
impl Sync for NTFS_EXTENDED_VOLUME_DATA
impl Unpin for NTFS_EXTENDED_VOLUME_DATA
impl UnwindSafe for NTFS_EXTENDED_VOLUME_DATA
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more