Home
last modified time | relevance | path

Searched refs:RegionOfInterestType (Results 1 – 4 of 4) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Media/Devices/
H A Dmod.rs329 pub struct RegionOfInterestType(pub i32); struct
330 impl RegionOfInterestType { impl
334 impl ::core::marker::Copy for RegionOfInterestType {} implementation
335 impl ::core::clone::Clone for RegionOfInterestType { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Media/Devices/
H A Dmod.rs4186 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, value: RegionOfInterestType) -> ::…
6005 pub fn Type(&self) -> ::windows::runtime::Result<RegionOfInterestType> { in Type() argument
6008 let mut result__: RegionOfInterestType = ::std::mem::zeroed(); in Type()
6012 pub fn SetType(&self, value: RegionOfInterestType) -> ::windows::runtime::Result<()> { in SetType()
6093 pub struct RegionOfInterestType(pub i32); struct
6094 impl RegionOfInterestType { implementation
6095 pub const Unknown: RegionOfInterestType = RegionOfInterestType(0i32);
6096 pub const Face: RegionOfInterestType = RegionOfInterestType(1i32);
6098 impl ::std::convert::From<i32> for RegionOfInterestType { implementation
6103 unsafe impl ::windows::runtime::Abi for RegionOfInterestType { implementation
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/KernelStreaming/
H A Dmod.rs1410 pub RegionOfInterestType: i32, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/Audio/CoreAudio/
H A Dmod.rs9643 pub RegionOfInterestType: i32, field
9656 …s).field("Weight", &self.Weight).field("RegionOfInterestType", &self.RegionOfInterestType).finish() in fmt()
9662 …other.Flags && self.Weight == other.Weight && self.RegionOfInterestType == other.RegionOfInterestT… in eq()