#[repr(C)]
#[repr(packed)]
pub struct SequentialMapGroup { pub start_char_code: BigEndian<u32>, pub end_char_code: BigEndian<u32>, pub start_glyph_id: BigEndian<u32>, }
Expand description

Used in Cmap8 and Cmap12

Fields§

§start_char_code: BigEndian<u32>

First character code in this group; note that if this group is for one or more 16-bit character codes (which is determined from the is32 array), this 32-bit value will have the high 16-bits set to zero

§end_char_code: BigEndian<u32>

Last character code in this group; same condition as listed above for the startCharCode

§start_glyph_id: BigEndian<u32>

Glyph index corresponding to the starting character code

Implementations§

First character code in this group; note that if this group is for one or more 16-bit character codes (which is determined from the is32 array), this 32-bit value will have the high 16-bits set to zero

Last character code in this group; same condition as listed above for the startCharCode

Glyph index corresponding to the starting character code

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
The raw size of this type, in bytes. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
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.