Docs.rs
tract-pulse-0.22.0
tract-pulse 0.22.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
kali
Dependencies
downcast-rs ^1.2.0
normal
lazy_static ^1.5.0
normal
log ^0.4.14
normal
tract-pulse-opl =0.22.0
normal
Versions
6.25%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
OpStateFreeze
tract_
pulse
0.22.0
OpState
Freeze
Required Methods
freeze
Implementations on Foreign Types
DelayState
PulsedSameAxisConcatState
Implementors
In tract_
pulse::
internal::
tract_
core::
ops
tract_pulse
::
internal
::
tract_core
::
ops
Trait
OpState
Freeze
Copy item path
Source
pub trait OpStateFreeze { // Required method fn
freeze
(&self) ->
Box
<dyn
FrozenOpState
>; }
Required Methods
§
Source
fn
freeze
(&self) ->
Box
<dyn
FrozenOpState
>
Implementations on Foreign Types
§
Source
§
impl
OpStateFreeze
for
PulsedSameAxisConcatState
Source
§
fn
freeze
(&self) ->
Box
<dyn
FrozenOpState
>
Source
§
impl
OpStateFreeze
for
DelayState
Source
§
fn
freeze
(&self) ->
Box
<dyn
FrozenOpState
>
Implementors
§
Source
§
impl
OpStateFreeze
for
SimpleState
<
TypedFact
,
Box
<dyn
TypedOp
>,
Graph
<
TypedFact
,
Box
<dyn
TypedOp
>>,
Arc
<
SimplePlan
<
TypedFact
,
Box
<dyn
TypedOp
>,
Graph
<
TypedFact
,
Box
<dyn
TypedOp
>>>>>
Source
§
impl
OpStateFreeze
for
PinConst
Source
§
impl
OpStateFreeze
for
Load
Source
§
impl
OpStateFreeze
for
Store
Source
§
impl
OpStateFreeze
for
State
Source
§
impl
OpStateFreeze
for
SourceState