Struct windows::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
§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 more§impl Debug for NTFS_EXTENDED_VOLUME_DATA
impl Debug for NTFS_EXTENDED_VOLUME_DATA
§impl Default for NTFS_EXTENDED_VOLUME_DATA
impl Default for NTFS_EXTENDED_VOLUME_DATA
§impl PartialEq for NTFS_EXTENDED_VOLUME_DATA
impl PartialEq for NTFS_EXTENDED_VOLUME_DATA
§fn eq(&self, other: &NTFS_EXTENDED_VOLUME_DATA) -> bool
fn eq(&self, other: &NTFS_EXTENDED_VOLUME_DATA) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)