#[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
sourceimpl Clone for NTFS_EXTENDED_VOLUME_DATA
impl Clone for NTFS_EXTENDED_VOLUME_DATA
sourcefn clone(&self) -> NTFS_EXTENDED_VOLUME_DATA
fn clone(&self) -> NTFS_EXTENDED_VOLUME_DATA
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for NTFS_EXTENDED_VOLUME_DATA
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more