Struct windows_sys::Win32::System::Ioctl::FILE_REGION_OUTPUT
#[repr(C)]pub struct FILE_REGION_OUTPUT {
pub Flags: u32,
pub TotalRegionEntryCount: u32,
pub RegionEntryCount: u32,
pub Reserved: u32,
pub Region: [FILE_REGION_INFO; 1],
}
Fields§
§Flags: u32
§TotalRegionEntryCount: u32
§RegionEntryCount: u32
§Reserved: u32
§Region: [FILE_REGION_INFO; 1]
Trait Implementations§
§impl Clone for FILE_REGION_OUTPUT
impl Clone for FILE_REGION_OUTPUT
impl Copy for FILE_REGION_OUTPUT
Auto Trait Implementations§
impl RefUnwindSafe for FILE_REGION_OUTPUT
impl Send for FILE_REGION_OUTPUT
impl Sync for FILE_REGION_OUTPUT
impl Unpin for FILE_REGION_OUTPUT
impl UnwindSafe for FILE_REGION_OUTPUT
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