Docs.rs
tesseract-swift-utils-0.5.6
tesseract-swift-utils 0.5.6
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
ypopovych
Dependencies
log ^0.4
normal
num-bigint ^0.4
normal
optional
Versions
0.74%
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
tesseract_
swift_
utils
0.5.6
AsCRef
Required Methods
as_cref
Implementations on Foreign Types
&'a [V]
Vec<V>
Implementors
In tesseract_
swift_
utils::
traits
tesseract_swift_utils
::
traits
Trait
AsCRef
Copy item path
Source
pub trait AsCRef<T> { // Required method fn
as_cref
(&self) -> T; }
Required Methods
§
Source
fn
as_cref
(&self) -> T
Implementations on Foreign Types
§
Source
§
impl<'a, V>
AsCRef
<
CArrayRef
<'a, V>> for &'a
[V]
Source
§
fn
as_cref
(&self) ->
CArrayRef
<'a, V>
Source
§
impl<'a, V>
AsCRef
<
CArrayRef
<'a, V>> for
Vec
<V>
Source
§
fn
as_cref
(&self) ->
CArrayRef
<'a, V>
Implementors
§
Source
§
impl
AsCRef
<
*const
i8
> for
CString
Source
§
impl<'a, V>
AsCRef
<
CArrayRef
<'a, V>> for
CArray
<V>