#[repr(C, packed(1))]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: PCSTRTrait Implementations§
Source§impl Clone for _SHFILEOPSTRUCTA
impl Clone for _SHFILEOPSTRUCTA
Source§fn clone(&self) -> _SHFILEOPSTRUCTA
fn clone(&self) -> _SHFILEOPSTRUCTA
Returns a duplicate 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 Debug for _SHFILEOPSTRUCTA
impl Debug for _SHFILEOPSTRUCTA
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