Home
last modified time | relevance | path

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

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Imaging/
H A Dmod.rs2363 pub struct IWICDevelopRaw(::windows::runtime::IUnknown); struct
2364 impl IWICDevelopRaw { implementation
2502 unsafe impl ::windows::runtime::Interface for IWICDevelopRaw { implementation
2516 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IWICDevelopRaw { implementation
2521 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IWICDevelopRaw { implementation
2536 impl<'a> ::windows::runtime::IntoParam<'a, IWICBitmapFrameDecode> for IWICDevelopRaw { implementation
2541 impl<'a> ::windows::runtime::IntoParam<'a, IWICBitmapFrameDecode> for &IWICDevelopRaw { implementation
2556 impl<'a> ::windows::runtime::IntoParam<'a, IWICBitmapSource> for IWICDevelopRaw { implementation
2561 impl<'a> ::windows::runtime::IntoParam<'a, IWICBitmapSource> for &IWICDevelopRaw { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Imaging/
H A Dmod.rs1106 pub type IWICDevelopRaw = *mut ::core::ffi::c_void; typedef