#[repr(transparent)]pub struct COPYPROGRESSROUTINE_PROGRESS(pub u32);Tuple Fields§
§0: u32Auto Trait Implementations§
impl Freeze for COPYPROGRESSROUTINE_PROGRESS
impl RefUnwindSafe for COPYPROGRESSROUTINE_PROGRESS
impl Send for COPYPROGRESSROUTINE_PROGRESS
impl Sync for COPYPROGRESSROUTINE_PROGRESS
impl Unpin for COPYPROGRESSROUTINE_PROGRESS
impl UnsafeUnpin for COPYPROGRESSROUTINE_PROGRESS
impl UnwindSafe for COPYPROGRESSROUTINE_PROGRESS
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