Docs.rs
zxing-cpp-0.4.1
zxing-cpp 0.4.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
axxel
Dependencies
flagset ^0.4.4
normal
image ^0.24.8
normal
optional
paste ^1.0
normal
thiserror ^1.0
normal
anyhow ^1.0
dev
cfg-if ^1.0
dev
image ^0.24.8
dev
cmake ^0.1.50
build
miette ^5.10.0
build
Versions
0.57%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
zxingcpp
0.4.1
PointI
Aliased Type
Fields
x
y
Trait Implementations
Display
In crate zxingcpp
zxingcpp
Type Alias
PointI
Copy item path
Source
pub type PointI = ZXing_PointI;
Aliased Type
§
struct PointI { pub x:
i32
, pub y:
i32
, }
Fields
§
§
x:
i32
§
y:
i32
Trait Implementations
§
Source
§
impl
Display
for
PointI
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more