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