Struct tendril::fmt::imp::Fixup
[−]
[src]
pub struct Fixup { pub drop_left: u32, pub drop_right: u32, pub insert_len: u32, pub insert_bytes: [u8; 4], }
Describes how to fix up encodings when concatenating.
We can drop characters on either side of the splice, and insert up to 4 bytes in the middle.
Fields
drop_left | |
drop_right | |
insert_len | |
insert_bytes |