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,
}
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
§fn clone(&self) -> SHFILEOPSTRUCTW
fn clone(&self) -> SHFILEOPSTRUCTW
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 moreimpl 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)