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