pub struct IShellDispatch5(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl !Send for IShellDispatch5
impl !Sync for IShellDispatch5
impl Freeze for IShellDispatch5
impl RefUnwindSafe for IShellDispatch5
impl Unpin for IShellDispatch5
impl UnsafeUnpin for IShellDispatch5
impl UnwindSafe for IShellDispatch5
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