Type Alias cyclors::dds_ostreamLE_t

source ·
pub type dds_ostreamLE_t = dds_ostreamLE;

Aliased Type§

struct dds_ostreamLE_t {
    pub x: dds_ostream,
}

Fields§

§x: dds_ostream

Trait Implementations§

source§

impl Clone for dds_ostreamLE

source§

fn clone(&self) -> dds_ostreamLE

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for dds_ostreamLE

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for dds_ostreamLE