Docs.rs
rust-faces-0.1.0
rust-faces 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
rustybuilder
Dependencies
home ^0.5.5
normal
image ^0.24.6
normal
imageproc ^0.23.0
normal
itertools ^0.11.0
normal
ndarray ^0.15.6
normal
nshare ^0.9.0
normal
ort ^1.14.8
normal
reqwest ^0.11.18
normal
thiserror ^1.0.40
normal
cargo-make ^0.35.0
dev
rstest ^0.17.0
dev
Versions
0%
of the crate is documented
Go to latest version
Platform
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
☰
ToArray3
Required Associated Types
Out
Required Methods
into_array3
Implementations on Foreign Types
ImageBuffer<P, Vec<P::Subpixel>>
Implementors
In rust_faces
?
Trait
rust_faces
::
ToArray3
source
·
[
−
]
pub trait ToArray3 { type
Out
; // Required method fn
into_array3
(self) -> Self::
Out
; }
Required Associated Types
§
source
type
Out
Required Methods
§
source
fn
into_array3
(self) -> Self::
Out
Implementations on Foreign Types
§
source
§
impl<P>
ToArray3
for
ImageBuffer
<P,
Vec
<P::
Subpixel
>>
where P:
Pixel
+ 'static,
§
type
Out
=
ArrayBase
<
OwnedRepr
<<P as
Pixel
>::
Subpixel
>,
Dim
<[
usize
;
3
]>>
source
§
fn
into_array3
(self) -> Self::
Out
Implementors
§