Docs.rs
autd3-protobuf-15.0.0
autd3-protobuf 15.0.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
s5suzuki
Dependencies
autd3 ^15.0.0
normal
autd3-gain-holo ^15.0.0
normal
h2 ^0.3.20
normal
prost ^0.12.0
normal
thiserror ^1.0.40
normal
tokio ^1.0
normal
tonic ^0.10.0
normal
tonic-build ^0.10.0
build
Versions
0%
of the crate is documented
Go to latest version
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
☰
FromMessage
Required Methods
from_msg
Implementations on Foreign Types
Bessel
Constraint
EVP<NalgebraBackend>
Focus
FocusSTM
GS<NalgebraBackend>
GSPAT<NalgebraBackend>
GainSTM<T, Box<dyn Gain<T>>>
Geometry<LegacyTransducer>
Greedy
LM<NalgebraBackend>
Naive<NalgebraBackend>
Null
Plane
RxDatagram
SDP<NalgebraBackend>
Silencer
Sine
SineLegacy
Square
Static
TransducerTest
TxDatagram
UnitQuaternion
Vec<FPGAInfo>
Vec<FirmwareInfo>
Vector3
Implementors
In autd3_protobuf
?
Trait
autd3_protobuf
::
FromMessage
source
·
[
−
]
pub trait FromMessage<T:
Message
> { // Required method fn
from_msg
(msg:
&T
) -> Self; }
Required Methods
§
source
fn
from_msg
(msg:
&T
) -> Self
Implementations on Foreign Types
§
source
§
impl
FromMessage
<
Constraint
> for
Constraint
source
§
fn
from_msg
(msg: &
Constraint
) -> Self
source
§
impl
FromMessage
<
Naive
> for
Naive
<
NalgebraBackend
>
source
§
fn
from_msg
(msg: &
Naive
) -> Self
source
§
impl
FromMessage
<
FirmwareInfoResponse
> for
Vec
<FirmwareInfo>
source
§
fn
from_msg
(msg: &
FirmwareInfoResponse
) -> Self
source
§
impl
FromMessage
<
TxRawData
> for TxDatagram
source
§
fn
from_msg
(msg: &
TxRawData
) -> Self
source
§
impl
FromMessage
<
Focus
> for
Focus
source
§
fn
from_msg
(msg: &
Focus
) -> Self
source
§
impl
FromMessage
<
Vector3
> for Vector3
source
§
fn
from_msg
(msg: &
Vector3
) -> Self
source
§
impl
FromMessage
<
Gs
> for
GS
<
NalgebraBackend
>
source
§
fn
from_msg
(msg: &
Gs
) -> Self
source
§
impl
FromMessage
<
Sdp
> for
SDP
<
NalgebraBackend
>
source
§
fn
from_msg
(msg: &
Sdp
) -> Self
source
§
impl
FromMessage
<
SineLegacy
> for
SineLegacy
source
§
fn
from_msg
(msg: &
SineLegacy
) -> Self
source
§
impl<'a, T: Transducer + 'a + 'static>
FromMessage
<
GainStm
> for GainSTM<T,
Box
<dyn Gain<T>>>
source
§
fn
from_msg
(msg: &
GainStm
) -> Self
source
§
impl
FromMessage
<
Square
> for
Square
source
§
fn
from_msg
(msg: &
Square
) -> Self
source
§
impl
FromMessage
<
Static
> for
Static
source
§
fn
from_msg
(msg: &
Static
) -> Self
source
§
impl
FromMessage
<
Sine
> for
Sine
source
§
fn
from_msg
(msg: &
Sine
) -> Self
source
§
impl
FromMessage
<
SilencerConfig
> for Silencer
source
§
fn
from_msg
(msg: &
SilencerConfig
) -> Self
source
§
impl
FromMessage
<
Bessel
> for
Bessel
source
§
fn
from_msg
(msg: &
Bessel
) -> Self
source
§
impl
FromMessage
<
FpgaInfoResponse
> for
Vec
<FPGAInfo>
source
§
fn
from_msg
(msg: &
FpgaInfoResponse
) -> Self
source
§
impl
FromMessage
<
Lm
> for
LM
<
NalgebraBackend
>
source
§
fn
from_msg
(msg: &
Lm
) -> Self
source
§
impl
FromMessage
<
Gspat
> for
GSPAT
<
NalgebraBackend
>
source
§
fn
from_msg
(msg: &
Gspat
) -> Self
source
§
impl
FromMessage
<
Null
> for
Null
source
§
fn
from_msg
(_msg: &
Null
) -> Self
source
§
impl
FromMessage
<
Greedy
> for
Greedy
source
§
fn
from_msg
(msg: &
Greedy
) -> Self
source
§
impl
FromMessage
<
Quaternion
> for UnitQuaternion
source
§
fn
from_msg
(msg: &
Quaternion
) -> Self
source
§
impl
FromMessage
<
FocusStm
> for FocusSTM
source
§
fn
from_msg
(msg: &
FocusStm
) -> Self
source
§
impl
FromMessage
<
Evp
> for
EVP
<
NalgebraBackend
>
source
§
fn
from_msg
(msg: &
Evp
) -> Self
source
§
impl
FromMessage
<
RxMessage
> for RxDatagram
source
§
fn
from_msg
(msg: &
RxMessage
) -> Self
source
§
impl
FromMessage
<
Geometry
> for Geometry<LegacyTransducer>
source
§
fn
from_msg
(msg: &
Geometry
) -> Self
source
§
impl
FromMessage
<
Plane
> for
Plane
source
§
fn
from_msg
(msg: &
Plane
) -> Self
source
§
impl
FromMessage
<
TransducerTest
> for
TransducerTest
source
§
fn
from_msg
(msg: &
TransducerTest
) -> Self
Implementors
§