Home
last modified time | relevance | path

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

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Text/
H A Dmod.rs535 pub struct ITextCharacterFormat(::windows::runtime::IInspectable); struct
536 unsafe impl ::windows::runtime::Interface for ITextCharacterFormat { implementation
540 impl ITextCharacterFormat { impl
805 pub fn GetClone(&self) -> ::windows::runtime::Result<ITextCharacterFormat> { in GetClone() argument
820 unsafe impl ::windows::runtime::RuntimeType for ITextCharacterFormat { implementation
823 impl ::std::convert::From<ITextCharacterFormat> for ::windows::runtime::IUnknown {
824 fn from(value: ITextCharacterFormat) -> Self { in from()
828 impl ::std::convert::From<&ITextCharacterFormat> for ::windows::runtime::IUnknown {
829 fn from(value: &ITextCharacterFormat) -> Self { in from()
844 fn from(value: ITextCharacterFormat) -> Self { in from()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/UI/Text/
H A Dmod.rs103 pub type ITextCharacterFormat = *mut ::core::ffi::c_void; typedef