#[repr(C)]pub struct _FILE_REGION_OUTPUT {
    pub Flags: DWORD,
    pub TotalRegionEntryCount: DWORD,
    pub RegionEntryCount: DWORD,
    pub Reserved: DWORD,
    pub Region: [FILE_REGION_INFO; 1],
}Fields§
§Flags: DWORD§TotalRegionEntryCount: DWORD§RegionEntryCount: DWORD§Reserved: DWORD§Region: [FILE_REGION_INFO; 1]Trait Implementations§
Source§impl Clone for _FILE_REGION_OUTPUT
 
impl Clone for _FILE_REGION_OUTPUT
Source§fn clone(&self) -> _FILE_REGION_OUTPUT
 
fn clone(&self) -> _FILE_REGION_OUTPUT
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 _FILE_REGION_OUTPUT
 
impl Debug for _FILE_REGION_OUTPUT
impl Copy for _FILE_REGION_OUTPUT
Auto Trait Implementations§
impl Freeze for _FILE_REGION_OUTPUT
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