Home
last modified time | relevance | path

Searched refs:GetVideoPortField (Results 1 – 3 of 3) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/DisplayDevices/
H A Dmod.rs2429 pub GetVideoPortField: *mut ::std::ffi::c_void,
2442 ….bField).field("ddRVal", &self.ddRVal).field("GetVideoPortField", &self.GetVideoPortField).finish()
2448 …== other.bField && self.ddRVal == other.ddRVal && self.GetVideoPortField == other.GetVideoPortField
4164 pub GetVideoPortField: ::std::option::Option<PDD_VPORTCB_GETFIELD>,
4200 … && self.GetVideoPortField.map(|f| f as usize) == other.GetVideoPortField.map(|f| f as usize)
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/DirectDraw/
H A Dmod.rs1571 pub GetVideoPortField: LPDDHALVPORTCB_GETFIELD, field
2027 pub GetVideoPortField: LPDDHALVPORTCB_GETFIELD, field
5207 pub GetVideoPortField: *mut ::core::ffi::c_void, field
6056 pub GetVideoPortField: PDD_VPORTCB_GETFIELD, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectDraw/
H A Dmod.rs2935 pub GetVideoPortField: ::std::option::Option<LPDDHALVPORTCB_GETFIELD>, field
2971 … && self.GetVideoPortField.map(|f| f as usize) == other.GetVideoPortField.map(|f| f as usize) in eq()
3888 pub GetVideoPortField: ::std::option::Option<LPDDHALVPORTCB_GETFIELD>, field
3907 …ield && self.ddRVal == other.ddRVal && self.GetVideoPortField.map(|f| f as usize) == other.GetVide… in eq()