Struct SHFILEOPSTRUCTW
#[repr(C)]pub struct SHFILEOPSTRUCTW {
pub hwnd: HWND,
pub wFunc: u32,
pub pFrom: PCWSTR,
pub pTo: PCWSTR,
pub fFlags: u16,
pub fAnyOperationsAborted: BOOL,
pub hNameMappings: *mut c_void,
pub lpszProgressTitle: PCWSTR,
}Fields§
§hwnd: HWND§wFunc: u32§pFrom: PCWSTR§pTo: PCWSTR§fFlags: u16§fAnyOperationsAborted: BOOL§hNameMappings: *mut c_void§lpszProgressTitle: PCWSTRTrait Implementations§
§impl Clone for SHFILEOPSTRUCTW
impl Clone for SHFILEOPSTRUCTW
§fn clone(&self) -> SHFILEOPSTRUCTW
fn clone(&self) -> SHFILEOPSTRUCTW
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 more§impl Default for SHFILEOPSTRUCTW
Available on AArch64 or target_arch=arm64ec or x86-64 only.
impl Default for SHFILEOPSTRUCTW
Available on AArch64 or
target_arch=arm64ec or x86-64 only.impl Copy for SHFILEOPSTRUCTW
Auto Trait Implementations§
impl Freeze for SHFILEOPSTRUCTW
impl RefUnwindSafe for SHFILEOPSTRUCTW
impl !Send for SHFILEOPSTRUCTW
impl !Sync for SHFILEOPSTRUCTW
impl Unpin for SHFILEOPSTRUCTW
impl UnwindSafe for SHFILEOPSTRUCTW
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