Docs.rs
eva-sdk-0.4.2
eva-sdk 0.4.2
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
divi255
yblokh
Dependencies
async-channel ^1.7.1
normal
async-recursion ^1.0.5
normal
optional
async-trait ^0.1.51
normal
bmart ^0.2.2
normal
busrt ^0.5
normal
env_logger ^0.11.5
normal
eva-common ^0.4.1
normal
eva-sdk-derive ^0.1.2
normal
glob-match ^0.2.1
normal
optional
hyper ^0.14.18
normal
optional
hyper-tls ^0.5.0
normal
optional
libc ^0.2.126
normal
log ^0.4.14
normal
logicline ^0.2
normal
optional
openssl ^0.10.49
normal
optional
parking_lot_rt ^0.12.1
normal
regex ^1.11.1
normal
rtsc ^0.4.3
normal
serde ^1.0.143
normal
serde_json ^1.0
normal
optional
simple-pool ^0.0.17
normal
optional
tokio ^1
normal
ttl_cache ^0.5.1
normal
uuid ^1.1.2
normal
tokio-fd ^0.3.0
normal
Versions
23.54%
of the crate is documented
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
Frame
eva_sdk
0.4.2
Frame
Aliased Type
Trait Implementations
BusRtEapiEvent
In eva_
sdk::
prelude
eva_sdk
::
prelude
Type Alias
Frame
Copy item path
Source
pub type Frame =
Arc
<
FrameData
>;
Aliased Type
§
pub struct Frame {
/* private fields */
}
Trait Implementations
§
Source
§
impl
BusRtEapiEvent
for
Frame
Source
§
fn
parse_oid
(&self) ->
Option
<
OID
>
Parse OID from the topic
Source
§
fn
bus_event
(&self) ->
BusEventKind
Get the event kind from the topic
Source
§
fn
is_actual_state_event
(&self) ->
bool
Returns true for actual state events (local, remote)