Struct COPYFILE2_MESSAGE_0_2
#[repr(C)]pub struct COPYFILE2_MESSAGE_0_2 {
pub CopyPhase: COPYFILE2_COPY_PHASE,
pub dwStreamNumber: u32,
pub hrFailure: HRESULT,
pub dwReserved: u32,
pub uliChunkNumber: u64,
pub uliStreamSize: u64,
pub uliStreamBytesTransferred: u64,
pub uliTotalFileSize: u64,
pub uliTotalBytesTransferred: u64,
}
Fields§
§CopyPhase: COPYFILE2_COPY_PHASE
§dwStreamNumber: u32
§hrFailure: HRESULT
§dwReserved: u32
§uliChunkNumber: u64
§uliStreamSize: u64
§uliStreamBytesTransferred: u64
§uliTotalFileSize: u64
§uliTotalBytesTransferred: u64
Trait Implementations§
§impl Clone for COPYFILE2_MESSAGE_0_2
impl Clone for COPYFILE2_MESSAGE_0_2
§fn clone(&self) -> COPYFILE2_MESSAGE_0_2
fn clone(&self) -> COPYFILE2_MESSAGE_0_2
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 moreimpl Copy for COPYFILE2_MESSAGE_0_2
Auto Trait Implementations§
impl Freeze for COPYFILE2_MESSAGE_0_2
impl RefUnwindSafe for COPYFILE2_MESSAGE_0_2
impl Send for COPYFILE2_MESSAGE_0_2
impl Sync for COPYFILE2_MESSAGE_0_2
impl Unpin for COPYFILE2_MESSAGE_0_2
impl UnwindSafe for COPYFILE2_MESSAGE_0_2
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