Struct vswhom_sys::Find_Result

source ·
#[repr(C)]
pub struct Find_Result { pub windows_sdk_version: c_int, pub windows_sdk_root: *mut wchar_t, pub windows_sdk_um_library_path: *mut wchar_t, pub windows_sdk_ucrt_library_path: *mut wchar_t, pub vs_exe_path: *mut wchar_t, pub vs_library_path: *mut wchar_t, }

Fields§

§windows_sdk_version: c_int

Zero if no Windows SDK found.

§windows_sdk_root: *mut wchar_t§windows_sdk_um_library_path: *mut wchar_t§windows_sdk_ucrt_library_path: *mut wchar_t§vs_exe_path: *mut wchar_t§vs_library_path: *mut wchar_t

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.