| // generated by diplomat-tool |
| import type { pointer, codepoint } from "./diplomat-runtime.d.ts"; |
| |
| |
| /** See the [Rust documentation for `Style`](https://docs.rs/icu/latest/icu/displaynames/options/enum.Style.html) for more information. |
| */ |
| |
| |
| export class DisplayNamesStyle { |
| |
| |
| static fromValue(value : DisplayNamesStyle | string) : DisplayNamesStyle; |
| |
| get value() : string; |
| |
| get ffiValue() : number; |
| |
| static Narrow : DisplayNamesStyle; |
| static Short : DisplayNamesStyle; |
| static Long : DisplayNamesStyle; |
| static Menu : DisplayNamesStyle; |
| |
| constructor(value: DisplayNamesStyle | string ); |
| } |