Union windows_sys::Win32::System::Ioctl::QUERY_FILE_LAYOUT_INPUT_0
[−]#[repr(C)]
pub union QUERY_FILE_LAYOUT_INPUT_0 {
pub FilterEntryCount: u32,
pub NumberOfPairs: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
FilterEntryCount: u32
NumberOfPairs: u32
Trait Implementations
impl Clone for QUERY_FILE_LAYOUT_INPUT_0
impl Clone for QUERY_FILE_LAYOUT_INPUT_0
impl Copy for QUERY_FILE_LAYOUT_INPUT_0
Auto Trait Implementations
impl RefUnwindSafe for QUERY_FILE_LAYOUT_INPUT_0
impl Send for QUERY_FILE_LAYOUT_INPUT_0
impl Sync for QUERY_FILE_LAYOUT_INPUT_0
impl Unpin for QUERY_FILE_LAYOUT_INPUT_0
impl UnwindSafe for QUERY_FILE_LAYOUT_INPUT_0
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