DurationMicrosecondVector

Type Alias DurationMicrosecondVector 

Source
pub type DurationMicrosecondVector = PrimitiveVector<DurationMicrosecondType>;

Aliased Type§

pub struct DurationMicrosecondVector {
    array: PrimitiveArray<DurationMicrosecondType>,
}

Fields§

§array: PrimitiveArray<DurationMicrosecondType>