Struct windows_sys::Win32::System::Mmc::RESULTFINDINFO
[−]Expand description
Required features: "Win32_System_Mmc"
Fields
psz: PWSTR
nStart: i32
dwOptions: u32
Trait Implementations
impl Clone for RESULTFINDINFO
impl Clone for RESULTFINDINFO
impl Copy for RESULTFINDINFO
Auto Trait Implementations
impl RefUnwindSafe for RESULTFINDINFO
impl !Send for RESULTFINDINFO
impl !Sync for RESULTFINDINFO
impl Unpin for RESULTFINDINFO
impl UnwindSafe for RESULTFINDINFO
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