[][src]Struct vswhom_sys::Find_Result

#[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

Zero if no Windows SDK found.

Auto Trait Implementations

impl !Send for Find_Result

impl !Sync for Find_Result

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]