Enum uefi::ResetType [] [src]

#[repr(C)]
pub enum ResetType { Cold, Warm, Shutdown, PlatformSpecific, }

Reset type passed to RuntimeServices.reset_system

Variants