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_UI_Shell", "Win32_Foundation"
Fields
hwnd: HWNDwFunc: u32pFrom: PCWSTRpTo: PCWSTRfFlags: u16fAnyOperationsAborted: BOOLhNameMappings: *mut c_voidlpszProgressTitle: PCWSTRTrait 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
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