#[repr(C)]pub struct Struct_acpi_table_mpst {
pub Header: ACPI_TABLE_HEADER,
pub ChannelId: UINT8,
pub Reserved1: [UINT8; 3],
pub PowerNodeCount: UINT16,
pub Reserved2: UINT16,
}Fields§
§Header: ACPI_TABLE_HEADER§ChannelId: UINT8§Reserved1: [UINT8; 3]§PowerNodeCount: UINT16§Reserved2: UINT16Trait Implementations§
Source§impl Clone for Struct_acpi_table_mpst
impl Clone for Struct_acpi_table_mpst
Source§impl Default for Struct_acpi_table_mpst
impl Default for Struct_acpi_table_mpst
impl Copy for Struct_acpi_table_mpst
Auto Trait Implementations§
impl Freeze for Struct_acpi_table_mpst
impl RefUnwindSafe for Struct_acpi_table_mpst
impl Send for Struct_acpi_table_mpst
impl Sync for Struct_acpi_table_mpst
impl Unpin for Struct_acpi_table_mpst
impl UnwindSafe for Struct_acpi_table_mpst
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