#[repr(C)]pub struct SHFILEOPSTRUCTA {
pub hwnd: HWND,
pub wFunc: UINT,
pub pFrom: PCZZSTR,
pub pTo: PCZZSTR,
pub fFlags: FILEOP_FLAGS,
pub fAnyOperationsAborted: BOOL,
pub hNameMappings: LPVOID,
pub lpszProgressTitle: PCSTR,
}
Fields§
§hwnd: HWND
§wFunc: UINT
§pFrom: PCZZSTR
§pTo: PCZZSTR
§fFlags: FILEOP_FLAGS
§fAnyOperationsAborted: BOOL
§hNameMappings: LPVOID
§lpszProgressTitle: PCSTR
Trait Implementations§
Source§impl Clone for SHFILEOPSTRUCTA
impl Clone for SHFILEOPSTRUCTA
Source§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 moreSource§impl Default for SHFILEOPSTRUCTA
impl Default for SHFILEOPSTRUCTA
Source§fn default() -> SHFILEOPSTRUCTA
fn default() -> SHFILEOPSTRUCTA
Returns the “default value” for a type. Read more
impl 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