Struct panda_sys::AcpiTableOptions [−][src]
#[repr(C)]pub struct AcpiTableOptions {}Show fields
pub has_sig: bool, pub sig: *mut c_char, pub has_rev: bool, pub rev: u8, pub has_oem_id: bool, pub oem_id: *mut c_char, pub has_oem_table_id: bool, pub oem_table_id: *mut c_char, pub has_oem_rev: bool, pub oem_rev: u32, pub has_asl_compiler_id: bool, pub asl_compiler_id: *mut c_char, pub has_asl_compiler_rev: bool, pub asl_compiler_rev: u32, pub has_file: bool, pub file: *mut c_char, pub has_data: bool, pub data: *mut c_char,
Fields
has_sig: boolsig: *mut c_charhas_rev: boolrev: u8has_oem_id: booloem_id: *mut c_charhas_oem_table_id: booloem_table_id: *mut c_charhas_oem_rev: booloem_rev: u32has_asl_compiler_id: boolasl_compiler_id: *mut c_charhas_asl_compiler_rev: boolasl_compiler_rev: u32has_file: boolfile: *mut c_charhas_data: booldata: *mut c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AcpiTableOptionsimpl !Send for AcpiTableOptionsimpl !Sync for AcpiTableOptionsimpl Unpin for AcpiTableOptionsimpl UnwindSafe for AcpiTableOptionsBlanket Implementations
Mutably borrows from an owned value. Read more