Home
last modified time | relevance | path

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

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs10331 …pub unsafe fn CreateIntrinsicObject(&self, objectkind: ModelObjectKind, intrinsicdata: *const supe… in CreateIntrinsicObject()
10471 …pub unsafe fn CreateIntrinsicObject(&self, objectkind: ModelObjectKind, intrinsicdata: *const supe… in CreateIntrinsicObject()
38544 pub unsafe fn GetKind(&self) -> ::windows::runtime::Result<ModelObjectKind> { in GetKind()
45487 pub struct ModelObjectKind(pub i32); struct
45498 impl ::std::convert::From<i32> for ModelObjectKind { implementation
45503 unsafe impl ::windows::runtime::Abi for ModelObjectKind { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs8336 pub type ModelObjectKind = i32; typedef