Struct content_tree::RawPositionIndex [−][src]
pub struct RawPositionIndex;Expand description
Index based on the raw size of an element.
Trait Implementations
type IndexUpdate = isize
type IndexValue = u32
Auto Trait Implementations
impl RefUnwindSafe for RawPositionIndex
impl Send for RawPositionIndex
impl Sync for RawPositionIndex
impl Unpin for RawPositionIndex
impl UnwindSafe for RawPositionIndex
Blanket Implementations
Mutably borrows from an owned value. Read more