Home
last modified time | relevance | path

Searched defs:GET_CONVERSION_LIST_FLAG (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Input/Ime/
H A Dmod.rs400 pub struct GET_CONVERSION_LIST_FLAG(pub u32); struct
404 impl ::std::convert::From<u32> for GET_CONVERSION_LIST_FLAG { implementation
409 unsafe impl ::windows::runtime::Abi for GET_CONVERSION_LIST_FLAG { implementation
413 impl ::std::ops::BitOr for GET_CONVERSION_LIST_FLAG { implementation
419 impl ::std::ops::BitAnd for GET_CONVERSION_LIST_FLAG { implementation
425 impl ::std::ops::BitOrAssign for GET_CONVERSION_LIST_FLAG { implementation
430 impl ::std::ops::BitAndAssign for GET_CONVERSION_LIST_FLAG { implementation
435 impl ::std::ops::Not for GET_CONVERSION_LIST_FLAG { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Input/Ime/
H A Dmod.rs426 pub type GET_CONVERSION_LIST_FLAG = u32; typedef