Struct rstubs::arch::acpi::SysDescTable
source · #[repr(C, packed(1))]pub struct SysDescTable {
signature: [u8; 4],
pub length: u32,
revision: u8,
checksum: u8,
oemid: [u8; 6],
oem_table_id: [u8; 8],
oem_revision: u32,
creator_id: u32,
creator_revision: u32,
}
Expand description
Header of an ACPI table
Fields§
§signature: [u8; 4]
§length: u32
§revision: u8
§checksum: u8
§oemid: [u8; 6]
§oem_table_id: [u8; 8]
§oem_revision: u32
§creator_id: u32
§creator_revision: u32
Implementations§
Trait Implementations§
source§impl Clone for SysDescTable
impl Clone for SysDescTable
source§fn clone(&self) -> SysDescTable
fn clone(&self) -> SysDescTable
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more