Home
last modified time | relevance | path

Searched defs:LineDisplay (Results 1 – 3 of 3) sorted by relevance

/dports/devel/upp/upp/uppsrc/ide/
H A DAssist.h48 struct LineDisplay : Display { struct
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Devices/PointOfService/
H A Dmod.rs8526 pub struct LineDisplay(::windows::runtime::IInspectable); struct
8527 impl LineDisplay { impl
8639 unsafe impl ::windows::runtime::RuntimeType for LineDisplay { implementation
8642 unsafe impl ::windows::runtime::Interface for LineDisplay { implementation
8646 impl ::windows::runtime::RuntimeName for LineDisplay { implementation
8659 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for LineDisplay { implementation
8664 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &LineDisplay { implementation
8679 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IInspectable> for LineDisplay { implementation
8704 impl<'a> ::windows::runtime::IntoParam<'a, super::super::Foundation::IClosable> for LineDisplay { implementation
8715 unsafe impl ::std::marker::Send for LineDisplay {} implementation
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Devices/PointOfService/
H A Dmod.rs86 pub type LineDisplay = *mut ::core::ffi::c_void; typedef