// Take a look at the license at the top of the repository in the LICENSE file.
usesuper::utils::get_sys_value_str_by_name;pub(crate)structProductInner;implProductInner{pub(crate)fnfamily()->Option<String>{// FIXME
None}pub(crate)fnname()->Option<String>{// FIXME: Wrong mib
get_sys_value_str_by_name(b"machdep.dmi.system-product\0")}pub(crate)fnserial_number()->Option<String>{// FIXME
get_sys_value_str_by_name(b"machdep.dmi.system-serial\0")}pub(crate)fnstock_keeping_unit()->Option<String>{// FIXME
None}pub(crate)fnuuid()->Option<String>{// FIXME: Wrong mib
get_sys_value_str_by_name(b"machdep.dmi.system-uuid\0")}pub(crate)fnversion()->Option<String>{// FIXME: Wrong mib
get_sys_value_str_by_name(b"machdep.dmi.system-version\0")}pub(crate)fnvendor_name()->Option<String>{// FIXME: Wrong mib
get_sys_value_str_by_name(b"machdep.dmi.system-vendor\0")}}