pub type aeron_cnc_t = aeron_cnc_stct;
Aliased Type§
struct aeron_cnc_t { /* private fields */ }
Trait Implementations§
Source§impl From<AeronCnc> for aeron_cnc_t
impl From<AeronCnc> for aeron_cnc_t
Source§impl Clone for aeron_cnc_stct
impl Clone for aeron_cnc_stct
Source§fn clone(&self) -> aeron_cnc_stct
fn clone(&self) -> aeron_cnc_stct
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more