Home
last modified time | relevance | path

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

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Devices/Printers/
H A Dmod.rs1186 pub struct IppResolution(::windows::runtime::IInspectable); struct
1187 impl IppResolution { impl
1220 unsafe impl ::windows::runtime::RuntimeType for IppResolution { implementation
1223 unsafe impl ::windows::runtime::Interface for IppResolution { implementation
1227 impl ::windows::runtime::RuntimeName for IppResolution { implementation
1231 fn from(value: IppResolution) -> Self { in from()
1236 fn from(value: &IppResolution) -> Self { in from()
1251 fn from(value: IppResolution) -> Self { in from()
1256 fn from(value: &IppResolution) -> Self { in from()
1270 unsafe impl ::std::marker::Send for IppResolution {} implementation
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Devices/Printers/
H A Dmod.rs56 pub type IppResolution = *mut ::core::ffi::c_void; typedef