pub enum SignatureTypeRegistry {
UEFI,
}
Variants§
UEFI
This value shall indicate that the SignatureType string contains the #define name of the SignatureType member of the EFI_SIGNATURE_LIST, as defined by the UEFI Specification. This value shall also indicate that the format of the SignatureString is a big-endian hex-encoded string of the binary value specified in the UEFI SignatureData array in EFI_SIGNATURE_DATA, as defined by the UEFI Specification.
Trait Implementations§
source§impl Clone for SignatureTypeRegistry
impl Clone for SignatureTypeRegistry
source§fn clone(&self) -> SignatureTypeRegistry
fn clone(&self) -> SignatureTypeRegistry
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SignatureTypeRegistry
impl Debug for SignatureTypeRegistry
source§impl Default for SignatureTypeRegistry
impl Default for SignatureTypeRegistry
source§fn default() -> SignatureTypeRegistry
fn default() -> SignatureTypeRegistry
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SignatureTypeRegistry
impl<'de> Deserialize<'de> for SignatureTypeRegistry
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more