Skip to main content
ToBytes
cmtool_
data
0.1.5
ToBytes
Required Methods
to_bytes
Implementors
In cmtool_
data::
rawdata
cmtool_data
::
rawdata
Trait
ToBytes
Copy item path
Source
pub trait ToBytes { // Required method fn
to_bytes
(&self, buffer: &mut
Vec
<
u8
>); }
Required Methods
§
Source
fn
to_bytes
(&self, buffer: &mut
Vec
<
u8
>)
Implementors
§
Source
§
impl
ToBytes
for
FluxFileHeader
Source
§
impl
ToBytes
for
RawFlux
Source
§
impl
ToBytes
for
RawScalar
Source
§
impl
ToBytes
for
ScalarFileHeader