#[repr(C)]pub struct AcpiTableOptions {Show 18 fields
pub has_sig: bool,
pub sig: *mut i8,
pub has_rev: bool,
pub rev: u8,
pub has_oem_id: bool,
pub oem_id: *mut i8,
pub has_oem_table_id: bool,
pub oem_table_id: *mut i8,
pub has_oem_rev: bool,
pub oem_rev: u32,
pub has_asl_compiler_id: bool,
pub asl_compiler_id: *mut i8,
pub has_asl_compiler_rev: bool,
pub asl_compiler_rev: u32,
pub has_file: bool,
pub file: *mut i8,
pub has_data: bool,
pub data: *mut i8,
}Fields§
§has_sig: bool§sig: *mut i8§has_rev: bool§rev: u8§has_oem_id: bool§oem_id: *mut i8§has_oem_table_id: bool§oem_table_id: *mut i8§has_oem_rev: bool§oem_rev: u32§has_asl_compiler_id: bool§asl_compiler_id: *mut i8§has_asl_compiler_rev: bool§asl_compiler_rev: u32§has_file: bool§file: *mut i8§has_data: bool§data: *mut i8Trait Implementations§
Source§impl Clone for AcpiTableOptions
impl Clone for AcpiTableOptions
Source§fn clone(&self) -> AcpiTableOptions
fn clone(&self) -> AcpiTableOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AcpiTableOptions
impl Debug for AcpiTableOptions
impl Copy for AcpiTableOptions
Auto Trait Implementations§
impl Freeze for AcpiTableOptions
impl RefUnwindSafe for AcpiTableOptions
impl !Send for AcpiTableOptions
impl !Sync for AcpiTableOptions
impl Unpin for AcpiTableOptions
impl UnwindSafe for AcpiTableOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more