Struct RESULTFINDINFO
#[repr(C)]pub struct RESULTFINDINFO {
pub psz: PWSTR,
pub nStart: i32,
pub dwOptions: u32,
}
Fields§
§psz: PWSTR
§nStart: i32
§dwOptions: u32
Trait Implementations§
§impl Clone for RESULTFINDINFO
impl Clone for RESULTFINDINFO
§fn clone(&self) -> RESULTFINDINFO
fn clone(&self) -> RESULTFINDINFO
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 more§impl Debug for RESULTFINDINFO
impl Debug for RESULTFINDINFO
§impl Default for RESULTFINDINFO
impl Default for RESULTFINDINFO
§impl PartialEq for RESULTFINDINFO
impl PartialEq for RESULTFINDINFO
impl Copy for RESULTFINDINFO
impl StructuralPartialEq for RESULTFINDINFO
Auto Trait Implementations§
impl Freeze for RESULTFINDINFO
impl RefUnwindSafe for RESULTFINDINFO
impl !Send for RESULTFINDINFO
impl !Sync for RESULTFINDINFO
impl Unpin for RESULTFINDINFO
impl UnwindSafe for RESULTFINDINFO
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