extern struct BlobIndex [src]
Structure of an embedded-signature SuperBlob
Fields
type: u32Type of entry
offset: u32Offset of entry
Source
pub const BlobIndex = extern struct {
/// Type of entry
type: u32,
/// Offset of entry
offset: u32,
}