#[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, }
Expand description

Required features: "Win32_UI_Shell", "Win32_Foundation"

Fields§

§hwnd: HWND§wFunc: u32§pFrom: *mut i8§pTo: *mut i8§fFlags: u16§fAnyOperationsAborted: BOOL§hNameMappings: *mut c_void§lpszProgressTitle: PCSTR

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.