pub type aeron_position_t = aeron_position_stct;
Aliased Type§
struct aeron_position_t {
pub counter_id: i32,
pub value_addr: *mut i64,
}
Fields§
§counter_id: i32
§value_addr: *mut i64
Trait Implementations§
Source§impl From<AeronPosition> for aeron_position_t
impl From<AeronPosition> for aeron_position_t
Source§fn from(value: AeronPosition) -> Self
fn from(value: AeronPosition) -> Self
Converts to this type from the input type.
Source§impl Clone for aeron_position_stct
impl Clone for aeron_position_stct
Source§fn clone(&self) -> aeron_position_stct
fn clone(&self) -> aeron_position_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