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