Type Alias cyclors::dds_ostreamBE_t

source ·
pub type dds_ostreamBE_t = dds_ostreamBE;

Aliased Type§

struct dds_ostreamBE_t {
    pub x: dds_ostream,
}

Fields§

§x: dds_ostream

Trait Implementations§

source§

impl Clone for dds_ostreamBE

source§

fn clone(&self) -> dds_ostreamBE

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_ostreamBE

source§

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

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

impl Copy for dds_ostreamBE