error[E0277]: the trait bound SHFILEINFOW: std::default::Default is not satisfied
--> src\main.rs:63:19
|
63 | let mut shfi = Default::default();
| ^^^^^^^^^^^^^^^^ the trait std::default::Default is not implemented for SHFILEINFOW
let mut shfi = winapi::um::shellapi::SHFILEINFOW::default();
the error is :
no function or associated item named default found for struct SHFILEINFOW in the current scope
function or associated item not found in SHFILEINFOW