#[repr(C)]pub union COPYFILE2_MESSAGE__bindgen_ty_1 {
pub ChunkStarted: COPYFILE2_MESSAGE__bindgen_ty_1__bindgen_ty_1,
pub ChunkFinished: COPYFILE2_MESSAGE__bindgen_ty_1__bindgen_ty_2,
pub StreamStarted: COPYFILE2_MESSAGE__bindgen_ty_1__bindgen_ty_3,
pub StreamFinished: COPYFILE2_MESSAGE__bindgen_ty_1__bindgen_ty_4,
pub PollContinue: COPYFILE2_MESSAGE__bindgen_ty_1__bindgen_ty_5,
pub Error: COPYFILE2_MESSAGE__bindgen_ty_1__bindgen_ty_6,
}Fields§
§ChunkStarted: COPYFILE2_MESSAGE__bindgen_ty_1__bindgen_ty_1§ChunkFinished: COPYFILE2_MESSAGE__bindgen_ty_1__bindgen_ty_2§StreamStarted: COPYFILE2_MESSAGE__bindgen_ty_1__bindgen_ty_3§StreamFinished: COPYFILE2_MESSAGE__bindgen_ty_1__bindgen_ty_4§PollContinue: COPYFILE2_MESSAGE__bindgen_ty_1__bindgen_ty_5§Error: COPYFILE2_MESSAGE__bindgen_ty_1__bindgen_ty_6Trait Implementations§
Source§impl Clone for COPYFILE2_MESSAGE__bindgen_ty_1
impl Clone for COPYFILE2_MESSAGE__bindgen_ty_1
Source§fn clone(&self) -> COPYFILE2_MESSAGE__bindgen_ty_1
fn clone(&self) -> COPYFILE2_MESSAGE__bindgen_ty_1
Returns a duplicate 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__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for COPYFILE2_MESSAGE__bindgen_ty_1
impl RefUnwindSafe for COPYFILE2_MESSAGE__bindgen_ty_1
impl !Send for COPYFILE2_MESSAGE__bindgen_ty_1
impl !Sync for COPYFILE2_MESSAGE__bindgen_ty_1
impl Unpin for COPYFILE2_MESSAGE__bindgen_ty_1
impl UnwindSafe for COPYFILE2_MESSAGE__bindgen_ty_1
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