pub type StandardBlob = Blob<DEFAULT_BLOB_SIZE>;Expand description
Type alias for the standard 1024-byte blob.
Aliased Type§
#[repr(C)]pub struct StandardBlob {
pub data: [u8; 1024],
pub len: usize,
}Fields§
§data: [u8; 1024]§len: usizeThe actual length of this blob, if less than data.len()