Struct win_sys::FileSystem::COPYFILE2_MESSAGE [−][src]
#[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_TYPEdwPadding: u32Info: COPYFILE2_MESSAGE_0Trait Implementations
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more