☰
FFIFromRust
Required Associated Types
From
Required Methods
from_rust
Implementations on Foreign Types
[T; N]
Implementors
In rclrust_msg::_core::traits
?
Trait
rclrust_msg
::
_core
::
traits
::
FFIFromRust
source
·
[
−
]
pub trait FFIFromRust { type
From
; unsafe fn
from_rust
(from: &Self::
From
) -> Self; }
Required Associated Types
source
type
From
Required Methods
source
unsafe fn
from_rust
(from: &Self::
From
) -> Self
Implementations on Foreign Types
source
impl<T, const N:
usize
>
FFIFromRust
for
[
T
; N]
where
T:
FFIFromRust
+
Debug
,
type
From
=
[
<T as
FFIFromRust
>::
From
; N]
source
unsafe fn
from_rust
(from: &Self::
From
) -> Self
Implementors
source
impl
FFIFromRust
for
OwnedFFIString
type
From
=
String
source
impl
FFIFromRust
for
OwnedFFIWString
type
From
= UString<
u16
>
source
impl<T>
FFIFromRust
for
OwnedFFISeq
<T>
where
T:
FFIFromRust
,
type
From
=
Vec
<<T as
FFIFromRust
>::
From
,
Global
>
source
impl<T>
FFIFromRust
for
RefFFISeq
<T>
type
From
=
Vec
<T,
Global
>