Home
last modified time | relevance | path

Searched refs:dwNumFormats (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.rs2243 pub dwNumFormats: u32,
2258 …&self.lpDD).field("lpGuid", &self.lpGuid).field("dwNumFormats", &self.dwNumFormats).field("lpForma…
2264 ….lpDD == other.lpDD && self.lpGuid == other.lpGuid && self.dwNumFormats == other.dwNumFormats && s…
2495 pub dwNumFormats: u32,
2515 .field("dwNumFormats", &self.dwNumFormats)
2524 …dwFlags && self.lpddpfFormat == other.lpddpfFormat && self.dwNumFormats == other.dwNumFormats && s…
2580 pub dwNumFormats: u32,
2601 .field("dwNumFormats", &self.dwNumFormats)
2610 …f.lpddpfOutputFormats == other.lpddpfOutputFormats && self.dwNumFormats == other.dwNumFormats && s…
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/DirectDraw/
H A Dmod.rs1935 pub dwNumFormats: u32, field
2060 pub dwNumFormats: u32, field
2097 pub dwNumFormats: u32, field
5128 pub dwNumFormats: u32, field
5237 pub dwNumFormats: u32, field
5274 pub dwNumFormats: u32, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectDraw/
H A Dmod.rs3687 pub dwNumFormats: u32, field
3703 …&self.lpDD).field("lpGuid", &self.lpGuid).field("dwNumFormats", &self.dwNumFormats).field("lpForma… in fmt()
3709 ….lpDD == other.lpDD && self.lpGuid == other.lpGuid && self.dwNumFormats == other.dwNumFormats && s… in eq()
3961 pub dwNumFormats: u32, field
3976 …field("lpddpfFormat", &self.lpddpfFormat).field("dwNumFormats", &self.dwNumFormats).field("ddRVal"… in fmt()
3982 …dwFlags && self.lpddpfFormat == other.lpddpfFormat && self.dwNumFormats == other.dwNumFormats && s… in eq()
4038 pub dwNumFormats: u32, field
4059 .field("dwNumFormats", &self.dwNumFormats) in fmt()
4067 …f.lpddpfOutputFormats == other.lpddpfOutputFormats && self.dwNumFormats == other.dwNumFormats && s… in eq()