#[repr(C)]pub struct EverythingIpcList2 {
pub totitems: u32,
pub numitems: u32,
pub offset: u32,
pub request_flags: u32,
pub sort_type: u32,
}Expand description
Query results header from Everything
Matches EVERYTHING_IPC_LIST2 from Everything.h
Fields§
§totitems: u32§numitems: u32§offset: u32§request_flags: u32§sort_type: u32Trait Implementations§
Source§impl Clone for EverythingIpcList2
impl Clone for EverythingIpcList2
Source§fn clone(&self) -> EverythingIpcList2
fn clone(&self) -> EverythingIpcList2
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 EverythingIpcList2
impl Debug for EverythingIpcList2
impl Copy for EverythingIpcList2
Auto Trait Implementations§
impl Freeze for EverythingIpcList2
impl RefUnwindSafe for EverythingIpcList2
impl Send for EverythingIpcList2
impl Sync for EverythingIpcList2
impl Unpin for EverythingIpcList2
impl UnsafeUnpin for EverythingIpcList2
impl UnwindSafe for EverythingIpcList2
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