// generated by diplomat-tool import type { BidiPairedBracketType } from "./BidiPairedBracketType" import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** *Seethe[Rustdocumentationfor`BidiMirroringGlyph`](https://docs.rs/icu/2.1.1/icu/properties/props/struct.BidiMirroringGlyph.html) for more information.
*/
export class BidiMirroringGlyph {
get mirroringGlyph(): codepoint | null;
set mirroringGlyph(value: codepoint | null);
get mirrored(): boolean;
set mirrored(value: boolean);
get pairedBracketType(): BidiPairedBracketType;
set pairedBracketType(value: BidiPairedBracketType); /** @internal */ static fromFields(structObj : BidiMirroringGlyph_obj) : BidiMirroringGlyph;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.