#[repr(C)]pub struct IProgress {
pub _base: IUnknown,
}Fields§
§_base: IUnknownTrait Implementations§
Auto Trait Implementations§
impl Freeze for IProgress
impl RefUnwindSafe for IProgress
impl !Send for IProgress
impl !Sync for IProgress
impl Unpin for IProgress
impl UnwindSafe for IProgress
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