Struct windows_sys::Win32::UI::Shell::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,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§hwnd: HWND
§wFunc: u32
§pFrom: PCWSTR
§pTo: PCWSTR
§fFlags: u16
§fAnyOperationsAborted: BOOL
§hNameMappings: *mut c_void
§lpszProgressTitle: PCWSTR
Trait Implementations§
§impl Clone for SHFILEOPSTRUCTW
impl Clone for SHFILEOPSTRUCTW
impl Copy for SHFILEOPSTRUCTW
Auto Trait Implementations§
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