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

windows_sdk_version: c_int

Zero if no Windows SDK found.

windows_sdk_root: *mut wchar_twindows_sdk_um_library_path: *mut wchar_twindows_sdk_ucrt_library_path: *mut wchar_tvs_exe_path: *mut wchar_tvs_library_path: *mut wchar_t

Auto Trait Implementations

impl Unpin for Find_Result

impl !Sync for Find_Result

impl !Send for Find_Result

impl UnwindSafe for Find_Result

impl RefUnwindSafe for Find_Result

Blanket Implementations

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

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

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

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