#[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 Debug for _SHFILEOPSTRUCTA
impl Debug for _SHFILEOPSTRUCTA
Source§impl Ord for _SHFILEOPSTRUCTA
impl Ord for _SHFILEOPSTRUCTA
Source§fn cmp(&self, other: &_SHFILEOPSTRUCTA) -> Ordering
fn cmp(&self, other: &_SHFILEOPSTRUCTA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _SHFILEOPSTRUCTA
impl PartialEq for _SHFILEOPSTRUCTA
Source§impl PartialOrd for _SHFILEOPSTRUCTA
impl PartialOrd for _SHFILEOPSTRUCTA
impl Copy for _SHFILEOPSTRUCTA
impl Eq for _SHFILEOPSTRUCTA
impl StructuralPartialEq 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