#[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: DWORDTrait 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 duplicate 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
impl Copy 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