extern structstd.macho.BlobIndex[src]

Structure of an embedded-signature SuperBlob

Fields

type: u32

Type of entry

offset: u32

Offset of entry

Source Code

Source code
pub const BlobIndex = extern struct {
    /// Type of entry
    type: u32,

    /// Offset of entry
    offset: u32,
}