pub struct ShellDll;Available on crate feature
hook only.Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShellDll
impl RefUnwindSafe for ShellDll
impl Send for ShellDll
impl Sync for ShellDll
impl Unpin for ShellDll
impl UnsafeUnpin for ShellDll
impl UnwindSafe for ShellDll
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