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