Struct windows_sys::Win32::System::Ioctl::NTFS_EXTENDED_VOLUME_DATA
#[repr(C)]pub struct NTFS_EXTENDED_VOLUME_DATA {
pub ByteCount: u32,
pub MajorVersion: u16,
pub MinorVersion: u16,
pub BytesPerPhysicalSector: u32,
pub LfsMajorVersion: u16,
pub LfsMinorVersion: u16,
pub MaxDeviceTrimExtentCount: u32,
pub MaxDeviceTrimByteCount: u32,
pub MaxVolumeTrimExtentCount: u32,
pub MaxVolumeTrimByteCount: u32,
}
Fields§
§ByteCount: u32
§MajorVersion: u16
§MinorVersion: u16
§BytesPerPhysicalSector: u32
§LfsMajorVersion: u16
§LfsMinorVersion: u16
§MaxDeviceTrimExtentCount: u32
§MaxDeviceTrimByteCount: u32
§MaxVolumeTrimExtentCount: u32
§MaxVolumeTrimByteCount: u32
Trait Implementations§
§impl Clone for NTFS_EXTENDED_VOLUME_DATA
impl Clone for NTFS_EXTENDED_VOLUME_DATA
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§
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