// Take a look at the license at the top of the repository in the LICENSE file.
pub(crate)structMotherboardInner;implMotherboardInner{pub(crate)fnnew()->Option<Self>{None}pub(crate)fnname(&self)->Option<String>{unreachable!()}pub(crate)fnvendor_name(&self)->Option<String>{unreachable!()}pub(crate)fnversion(&self)->Option<String>{unreachable!()}pub(crate)fnserial_number(&self)->Option<String>{unreachable!()}pub(crate)fnasset_tag(&self)->Option<String>{unreachable!()}}