pub struct StatusVectorChunk {
pub type_tcc: StatusChunkTypeTcc,
pub symbol_size: SymbolSizeTypeTcc,
pub symbol_list: Vec<SymbolTypeTcc>,
}Expand description
StatusVectorChunk T=typeStatusVecotrChunk 0 1 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |T|S| symbol list | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Fields
type_tcc: StatusChunkTypeTccT = TypeTCCRunLengthChunk
symbol_size: SymbolSizeTypeTccTypeTCCSymbolSizeOneBit or TypeTCCSymbolSizeTwoBit
symbol_list: Vec<SymbolTypeTcc>when symbol_size = TypeTCCSymbolSizeOneBit, symbol_list is 141bit: TypeTCCSymbolListPacketReceived or TypeTCCSymbolListPacketNotReceived when symbol_size = TypeTCCSymbolSizeTwoBit, symbol_list is 72bit: TypeTCCPacketNotReceived TypeTCCPacketReceivedSmallDelta TypeTCCPacketReceivedLargeDelta or typePacketReserved
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for StatusVectorChunk
impl Send for StatusVectorChunk
impl Sync for StatusVectorChunk
impl Unpin for StatusVectorChunk
impl UnwindSafe for StatusVectorChunk
Blanket Implementations
Mutably borrows from an owned value. Read more