diff --git a/src/wasm/rust/harfbuzz-wasm/src/lib.rs b/src/wasm/rust/harfbuzz-wasm/src/lib.rs index c33479c59..ea20ce507 100644 --- a/src/wasm/rust/harfbuzz-wasm/src/lib.rs +++ b/src/wasm/rust/harfbuzz-wasm/src/lib.rs @@ -378,6 +378,7 @@ struct CBufferContents { /// representing glyph positioning. In Rust, this would /// require lots of zipping and unzipping, so we zip them /// together into a single structure for you. +#[derive(Debug, Clone, Copy)] pub struct Glyph { /// The Unicode codepoint or glyph ID of the item pub codepoint: u32,