Struct windows_sys::Win32::Storage::FileSystem::COPYFILE2_MESSAGE
[−]#[repr(C)]pub struct COPYFILE2_MESSAGE {
pub Type: COPYFILE2_MESSAGE_TYPE,
pub dwPadding: u32,
pub Info: COPYFILE2_MESSAGE_0,
}
Expand description
Required features: "Win32_Storage_FileSystem"
, "Win32_Foundation"
Fields
Type: COPYFILE2_MESSAGE_TYPE
dwPadding: u32
Info: COPYFILE2_MESSAGE_0
Trait Implementations
impl Clone for COPYFILE2_MESSAGE
impl Clone for COPYFILE2_MESSAGE
impl Copy for COPYFILE2_MESSAGE
Auto Trait Implementations
impl RefUnwindSafe for COPYFILE2_MESSAGE
impl Send for COPYFILE2_MESSAGE
impl Sync for COPYFILE2_MESSAGE
impl Unpin for COPYFILE2_MESSAGE
impl UnwindSafe for COPYFILE2_MESSAGE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more