Docs.rs
rvimage-domain-0.4.10
rvimage-domain 0.4.10
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
bertiqwerty
Dependencies
image ^0.25.5
normal
imageproc ^0.25
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
tracing ^0.1.41
normal
Versions
9.76%
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
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ShapeI
rvimage_
domain
0.4.10
ShapeI
Aliased Type
Fields
h
w
Methods
from_im
Trait Implementations
From<[usize; 2]>
In crate rvimage_
domain
rvimage_domain
Type Alias
ShapeI
Copy item path
Source
pub type ShapeI = Shape<
u32
>;
Aliased Type
§
pub struct ShapeI { pub w:
u32
, pub h:
u32
, }
Fields
§
§
w:
u32
§
h:
u32
Implementations
§
Source
§
impl
ShapeI
Source
pub fn
from_im
<I>(im:
&I
) -> Self
where I:
GenericImage
,
Trait Implementations
§
Source
§
impl
From
<[
usize
;
2
]> for
ShapeI
Source
§
fn
from
(value: [
usize
;
2
]) -> Self
Converts to this type from the input type.