pub type PartialStruct = PartialContainer<PartialStructInner>;Expand description
A unprocessed struct object.
Aliased Type§
pub struct PartialStruct {
pub pointer: PartialPointer,
pub head: u64,
pub param: (),
/* private fields */
}Fields§
§pointer: PartialPointerThe container start pointer.
head: u64The local container head pointer.
param: ()Parameters for the container.