Struct windows_sys::Win32::System::Ioctl::FSCTL_QUERY_REGION_INFO_OUTPUT
[−]#[repr(C)]pub struct FSCTL_QUERY_REGION_INFO_OUTPUT {
pub Version: u32,
pub Size: u32,
pub Flags: u32,
pub Reserved: u32,
pub Alignment: u64,
pub TotalNumberOfRegions: u32,
pub NumberOfRegionsReturned: u32,
pub Regions: [FILE_STORAGE_TIER_REGION; 1],
}Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32Size: u32Flags: u32Reserved: u32Alignment: u64TotalNumberOfRegions: u32NumberOfRegionsReturned: u32Regions: [FILE_STORAGE_TIER_REGION; 1]Trait Implementations
impl Clone for FSCTL_QUERY_REGION_INFO_OUTPUT
impl Clone for FSCTL_QUERY_REGION_INFO_OUTPUT
impl Copy for FSCTL_QUERY_REGION_INFO_OUTPUT
Auto Trait Implementations
impl RefUnwindSafe for FSCTL_QUERY_REGION_INFO_OUTPUT
impl Send for FSCTL_QUERY_REGION_INFO_OUTPUT
impl Sync for FSCTL_QUERY_REGION_INFO_OUTPUT
impl Unpin for FSCTL_QUERY_REGION_INFO_OUTPUT
impl UnwindSafe for FSCTL_QUERY_REGION_INFO_OUTPUT
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