Home
last modified time | relevance | path

Searched defs:WICJpegScanType (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.rs6772 pub struct WICJpegScanType(pub u32); struct
6777 impl ::std::convert::From<u32> for WICJpegScanType { implementation
6782 unsafe impl ::windows::runtime::Abi for WICJpegScanType { implementation
6786 impl ::std::ops::BitOr for WICJpegScanType { implementation
6792 impl ::std::ops::BitAnd for WICJpegScanType { implementation
6798 impl ::std::ops::BitOrAssign for WICJpegScanType { implementation
6803 impl ::std::ops::BitAndAssign for WICJpegScanType { implementation
6808 impl ::std::ops::Not for WICJpegScanType { 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.rs1454 pub type WICJpegScanType = u32; typedef