Home
last modified time | relevance | path

Searched refs:TextGetOptions (Results 1 – 2 of 2) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/UI/Text/
H A Dmod.rs382 pub struct TextGetOptions(pub u32); struct
383 impl TextGetOptions { impl
394 impl ::core::marker::Copy for TextGetOptions {} implementation
395 impl ::core::clone::Clone for TextGetOptions { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Text/
H A Dmod.rs3658 pub struct TextGetOptions(pub u32); struct
3659 impl TextGetOptions { implementation
3660 pub const None: TextGetOptions = TextGetOptions(0u32);
3661 pub const AdjustCrlf: TextGetOptions = TextGetOptions(1u32);
3662 pub const UseCrlf: TextGetOptions = TextGetOptions(2u32);
3663 pub const UseObjectText: TextGetOptions = TextGetOptions(4u32);
3664 pub const AllowFinalEop: TextGetOptions = TextGetOptions(8u32);
3665 pub const NoHidden: TextGetOptions = TextGetOptions(32u32);
3666 pub const IncludeNumbering: TextGetOptions = TextGetOptions(64u32);
3667 pub const FormatRtf: TextGetOptions = TextGetOptions(8192u32);
[all …]