Struct intelflash::volume::Header[][src]

#[repr(packed)]
pub struct Header { pub zero_vector: [u8; 16], pub guid: Guid, pub length: u64, pub signature: [u8; 4], pub attributes: u32, pub header_length: u16, pub checksum: u16, pub reserved: [u8; 3], pub revision: u8, }

Fields

zero_vector: [u8; 16]guid: Guidlength: u64signature: [u8; 4]attributes: u32header_length: u16checksum: u16reserved: [u8; 3]revision: u8

Implementations

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.