#[repr(C)]pub struct _QUERY_FILE_LAYOUT_INPUT {
pub __bindgen_anon_1: _QUERY_FILE_LAYOUT_INPUT__bindgen_ty_1,
pub Flags: DWORD,
pub FilterType: QUERY_FILE_LAYOUT_FILTER_TYPE,
pub Reserved: DWORD,
pub Filter: _QUERY_FILE_LAYOUT_INPUT__bindgen_ty_2,
}
Fields§
§__bindgen_anon_1: _QUERY_FILE_LAYOUT_INPUT__bindgen_ty_1
§Flags: DWORD
§FilterType: QUERY_FILE_LAYOUT_FILTER_TYPE
§Reserved: DWORD
§Filter: _QUERY_FILE_LAYOUT_INPUT__bindgen_ty_2
Trait Implementations§
Source§impl Clone for _QUERY_FILE_LAYOUT_INPUT
impl Clone for _QUERY_FILE_LAYOUT_INPUT
Source§fn clone(&self) -> _QUERY_FILE_LAYOUT_INPUT
fn clone(&self) -> _QUERY_FILE_LAYOUT_INPUT
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 moreimpl Copy for _QUERY_FILE_LAYOUT_INPUT
Auto Trait Implementations§
impl Freeze for _QUERY_FILE_LAYOUT_INPUT
impl RefUnwindSafe for _QUERY_FILE_LAYOUT_INPUT
impl Send for _QUERY_FILE_LAYOUT_INPUT
impl Sync for _QUERY_FILE_LAYOUT_INPUT
impl Unpin for _QUERY_FILE_LAYOUT_INPUT
impl UnwindSafe for _QUERY_FILE_LAYOUT_INPUT
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