#[repr(C)]pub struct _QUERY_FILE_LAYOUT_OUTPUT {
pub FileEntryCount: DWORD,
pub FirstFileOffset: DWORD,
pub Flags: DWORD,
pub Reserved: DWORD,
}
Fields§
§FileEntryCount: DWORD
§FirstFileOffset: DWORD
§Flags: DWORD
§Reserved: DWORD
Trait Implementations§
Source§impl Clone for _QUERY_FILE_LAYOUT_OUTPUT
impl Clone for _QUERY_FILE_LAYOUT_OUTPUT
Source§fn clone(&self) -> _QUERY_FILE_LAYOUT_OUTPUT
fn clone(&self) -> _QUERY_FILE_LAYOUT_OUTPUT
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 moreSource§impl Debug for _QUERY_FILE_LAYOUT_OUTPUT
impl Debug for _QUERY_FILE_LAYOUT_OUTPUT
Source§impl Ord for _QUERY_FILE_LAYOUT_OUTPUT
impl Ord for _QUERY_FILE_LAYOUT_OUTPUT
Source§fn cmp(&self, other: &_QUERY_FILE_LAYOUT_OUTPUT) -> Ordering
fn cmp(&self, other: &_QUERY_FILE_LAYOUT_OUTPUT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for _QUERY_FILE_LAYOUT_OUTPUT
impl PartialOrd for _QUERY_FILE_LAYOUT_OUTPUT
impl Copy for _QUERY_FILE_LAYOUT_OUTPUT
impl Eq for _QUERY_FILE_LAYOUT_OUTPUT
impl StructuralPartialEq for _QUERY_FILE_LAYOUT_OUTPUT
Auto Trait Implementations§
impl Freeze for _QUERY_FILE_LAYOUT_OUTPUT
impl RefUnwindSafe for _QUERY_FILE_LAYOUT_OUTPUT
impl Send for _QUERY_FILE_LAYOUT_OUTPUT
impl Sync for _QUERY_FILE_LAYOUT_OUTPUT
impl Unpin for _QUERY_FILE_LAYOUT_OUTPUT
impl UnwindSafe for _QUERY_FILE_LAYOUT_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