Skip to main content

ConditionBlob

Type Alias ConditionBlob 

Source
pub type ConditionBlob = Blob<CONDITION_BLOB_SIZE>;
Expand description

Type alias for 128-byte blob (for Condition fields)

Aliased Type§

#[repr(C)]
pub struct ConditionBlob { pub data: [u8; 128], pub len: usize, }

Fields§

§data: [u8; 128]§len: usize

The actual length of this blob, if less than data.len()