Struct windows_sys::Win32::Storage::FileSystem::COPYFILE2_MESSAGE_0_5
[−]#[repr(C)]pub struct COPYFILE2_MESSAGE_0_5 {
pub dwStreamNumber: u32,
pub dwReserved: u32,
pub hSourceFile: HANDLE,
pub hDestinationFile: HANDLE,
pub uliStreamSize: u64,
pub uliTotalFileSize: u64,
}
Expand description
Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’
Fields
dwStreamNumber: u32
dwReserved: u32
hSourceFile: HANDLE
hDestinationFile: HANDLE
uliStreamSize: u64
uliTotalFileSize: u64
Trait Implementations
impl Clone for COPYFILE2_MESSAGE_0_5
impl Clone for COPYFILE2_MESSAGE_0_5
impl Copy for COPYFILE2_MESSAGE_0_5
Auto Trait Implementations
impl RefUnwindSafe for COPYFILE2_MESSAGE_0_5
impl Send for COPYFILE2_MESSAGE_0_5
impl Sync for COPYFILE2_MESSAGE_0_5
impl Unpin for COPYFILE2_MESSAGE_0_5
impl UnwindSafe for COPYFILE2_MESSAGE_0_5
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more