Struct panda_sys::AcpiTableOptions[][src]

#[repr(C)]
pub struct AcpiTableOptions {
Show 18 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_char

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

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

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.