Skip to main content

StandardBlob

Type Alias StandardBlob 

Source
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: usize

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