#[repr(C)]pub struct Struct_acpi_asf_alert_data {
pub Address: UINT8,
pub Command: UINT8,
pub Mask: UINT8,
pub Value: UINT8,
pub SensorType: UINT8,
pub Type: UINT8,
pub Offset: UINT8,
pub SourceType: UINT8,
pub Severity: UINT8,
pub SensorNumber: UINT8,
pub Entity: UINT8,
pub Instance: UINT8,
}Fields§
§Address: UINT8§Command: UINT8§Mask: UINT8§Value: UINT8§SensorType: UINT8§Type: UINT8§Offset: UINT8§SourceType: UINT8§Severity: UINT8§SensorNumber: UINT8§Entity: UINT8§Instance: UINT8Trait Implementations§
Source§impl Clone for Struct_acpi_asf_alert_data
impl Clone for Struct_acpi_asf_alert_data
Source§impl Default for Struct_acpi_asf_alert_data
impl Default for Struct_acpi_asf_alert_data
impl Copy for Struct_acpi_asf_alert_data
Auto Trait Implementations§
impl Freeze for Struct_acpi_asf_alert_data
impl RefUnwindSafe for Struct_acpi_asf_alert_data
impl Send for Struct_acpi_asf_alert_data
impl Sync for Struct_acpi_asf_alert_data
impl Unpin for Struct_acpi_asf_alert_data
impl UnwindSafe for Struct_acpi_asf_alert_data
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