pub type aeron_counter_t = aeron_counter_stct;
Aliased Type§
struct aeron_counter_t { /* private fields */ }
Trait Implementations§
Source§impl From<AeronCounter> for aeron_counter_t
impl From<AeronCounter> for aeron_counter_t
Source§fn from(value: AeronCounter) -> Self
fn from(value: AeronCounter) -> Self
Converts to this type from the input type.
Source§impl Clone for aeron_counter_stct
impl Clone for aeron_counter_stct
Source§fn clone(&self) -> aeron_counter_stct
fn clone(&self) -> aeron_counter_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