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,
}Expand description
Required features: "Win32_Foundation"
Fields§
§hwnd: HWND§wFunc: u32§pFrom: *mut i8§pTo: *mut i8§fFlags: u16§fAnyOperationsAborted: BOOL§hNameMappings: *mut c_void§lpszProgressTitle: PCSTRTrait Implementations§
§impl Clone for SHFILEOPSTRUCTA
impl Clone for SHFILEOPSTRUCTA
impl Copy for SHFILEOPSTRUCTA
Auto Trait Implementations§
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