Struct SHFILEOPSTRUCTA
#[repr(C)]pub struct SHFILEOPSTRUCTA {
    pub hwnd: HWND,
    pub wFunc: u32,
    pub pFrom: *mut i8,
    pub pTo: *mut i8,
    pub fFlags: u16,
    pub fAnyOperationsAborted: BOOL,
    pub hNameMappings: *mut c_void,
    pub lpszProgressTitle: PCSTR,
}Fields§
§hwnd: HWND§wFunc: u32§pFrom: *mut i8§pTo: *mut i8§fFlags: u16§fAnyOperationsAborted: BOOL§hNameMappings: *mut c_void§lpszProgressTitle: PCSTRTrait Implementations§
§impl Clone for SHFILEOPSTRUCTA
 
impl Clone for SHFILEOPSTRUCTA
§fn clone(&self) -> SHFILEOPSTRUCTA
 
fn clone(&self) -> SHFILEOPSTRUCTA
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 SHFILEOPSTRUCTA
 
impl Debug for SHFILEOPSTRUCTA
§impl Default for SHFILEOPSTRUCTA
 
impl Default for SHFILEOPSTRUCTA
§impl PartialEq for SHFILEOPSTRUCTA
 
impl PartialEq for SHFILEOPSTRUCTA
impl Copy for SHFILEOPSTRUCTA
impl StructuralPartialEq for SHFILEOPSTRUCTA
Auto Trait Implementations§
impl Freeze for SHFILEOPSTRUCTA
impl RefUnwindSafe for SHFILEOPSTRUCTA
impl !Send for SHFILEOPSTRUCTA
impl !Sync for SHFILEOPSTRUCTA
impl Unpin for SHFILEOPSTRUCTA
impl UnwindSafe for SHFILEOPSTRUCTA
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