#[repr(transparent)]pub struct EventType(pub u32);
Expand description
Event types stored in the TPM event log. The event type defines which structure type is stored in the event data.
For details of each variant, see the TCG PC Client Platform Firmware Protocol Specification, in particular the Events table in the Event Logging chapter.
Tuple Fields§
§0: u32
Implementations§
Source§impl EventType
impl EventType
pub const PREBOOT_CERT: EventType
pub const POST_CODE: EventType
pub const UNUSED: EventType
pub const NO_ACTION: EventType
pub const SEPARATOR: EventType
pub const ACTION: EventType
pub const EVENT_TAG: EventType
pub const CRTM_CONTENTS: EventType
pub const CRTM_VERSION: EventType
pub const CPU_MICROCODE: EventType
pub const PLATFORM_CONFIG_FLAGS: EventType
pub const TABLE_OF_DEVICES: EventType
pub const COMPACT_HASH: EventType
pub const IPL: EventType
pub const IPL_PARTITION_DATA: EventType
pub const NONHOST_CODE: EventType
pub const NONHOST_CONFIG: EventType
pub const NONHOST_INFO: EventType
pub const OMIT_BOOT_DEVICE_EVENTS: EventType
pub const EFI_EVENT_BASE: EventType
pub const EFI_VARIABLE_DRIVER_CONFIG: EventType
pub const EFI_VARIABLE_BOOT: EventType
pub const EFI_BOOT_SERVICES_APPLICATION: EventType
pub const EFI_BOOT_SERVICES_DRIVER: EventType
pub const EFI_RUNTIME_SERVICES_DRIVER: EventType
pub const EFI_GPT_EVENT: EventType
pub const EFI_ACTION: EventType
pub const EFI_PLATFORM_FIRMWARE_BLOB: EventType
pub const EFI_HANDOFF_TABLES: EventType
pub const EFI_PLATFORM_FIRMWARE_BLOB2: EventType
pub const EFI_HANDOFF_TABLES2: EventType
pub const EFI_VARIABLE_BOOT2: EventType
pub const EFI_HCRTM_EVENT: EventType
pub const EFI_VARIABLE_AUTHORITY: EventType
pub const EFI_SPDM_FIRMWARE_BLOB: EventType
pub const EFI_SPDM_FIRMWARE_CONFIG: EventType
Trait Implementations§
Source§impl Ord for EventType
impl Ord for EventType
Source§impl PartialOrd for EventType
impl PartialOrd for EventType
impl Copy for EventType
impl Eq for EventType
impl StructuralPartialEq for EventType
Auto Trait Implementations§
impl Freeze for EventType
impl RefUnwindSafe for EventType
impl Send for EventType
impl Sync for EventType
impl Unpin for EventType
impl UnwindSafe for EventType
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