Docs.rs
acroform-pdf-0.0.16
acroform-pdf 0.0.16
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
nibsbin
Dependencies
acroform-pdf-derive ^0.0.16
normal
aes ^0.8.2
normal
bitflags ^2.5
normal
cbc ^0.1
normal
datasize ^0.2.13
normal
deflate ^1.0.0
normal
euclid ^0.22.7
normal
optional
fax ^0.2.0
normal
globalcache ^0.2.3
normal
optional
indexmap ^2.1.0
normal
istring ^0.3.3
normal
itertools ^0.13.0
normal
jpeg-decoder ^0.3.0
normal
libflate ^2.0.0
normal
log ^0.4.14
normal
md5 ^0.7
normal
memmap2 ^0.9.4
normal
optional
once_cell ^1.5.2
normal
sha2 ^0.10.2
normal
snafu ^0.8.3
normal
stringprep ^0.1.2
normal
tempfile ^3.2.0
normal
optional
weezl ^0.1.4
normal
glob ^0.3.0
dev
Versions
9.04%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Shared
pdf
0.0.16
Shared
Aliased Type
Trait Implementations
From<&'a MaybeRef<T>>
From<MaybeRef<T>>
In pdf::
object
pdf
::
object
Type Alias
Shared
Copy item path
Source
pub type Shared<T> =
Arc
<T>;
Aliased Type
§
pub struct Shared<T> {
/* private fields */
}
Trait Implementations
§
Source
§
impl<'a, T>
From
<&'a
MaybeRef
<T>> for
Shared
<T>
Source
§
fn
from
(r: &'a
MaybeRef
<T>) ->
Shared
<T>
Converts to this type from the input type.
Source
§
impl<T>
From
<
MaybeRef
<T>> for
Shared
<T>
Source
§
fn
from
(r:
MaybeRef
<T>) ->
Shared
<T>
Converts to this type from the input type.