Struct windows_sys::Win32::UI::Shell::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: PCSTR
Trait 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 moreimpl Copy 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
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
)