#[repr(C)]
pub struct pg_mb_radix_tree {
Show 26 fields pub chars16: *const uint16, pub chars32: *const uint32, pub b1root: uint32, pub b1_lower: uint8, pub b1_upper: uint8, pub b2root: uint32, pub b2_1_lower: uint8, pub b2_1_upper: uint8, pub b2_2_lower: uint8, pub b2_2_upper: uint8, pub b3root: uint32, pub b3_1_lower: uint8, pub b3_1_upper: uint8, pub b3_2_lower: uint8, pub b3_2_upper: uint8, pub b3_3_lower: uint8, pub b3_3_upper: uint8, pub b4root: uint32, pub b4_1_lower: uint8, pub b4_1_upper: uint8, pub b4_2_lower: uint8, pub b4_2_upper: uint8, pub b4_3_lower: uint8, pub b4_3_upper: uint8, pub b4_4_lower: uint8, pub b4_4_upper: uint8,
}

Fields

chars16: *const uint16chars32: *const uint32b1root: uint32b1_lower: uint8b1_upper: uint8b2root: uint32b2_1_lower: uint8b2_1_upper: uint8b2_2_lower: uint8b2_2_upper: uint8b3root: uint32b3_1_lower: uint8b3_1_upper: uint8b3_2_lower: uint8b3_2_upper: uint8b3_3_lower: uint8b3_3_upper: uint8b4root: uint32b4_1_lower: uint8b4_1_upper: uint8b4_2_lower: uint8b4_2_upper: uint8b4_3_lower: uint8b4_3_upper: uint8b4_4_lower: uint8b4_4_upper: uint8

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.