pub type aeron_mapped_buffer_t = aeron_mapped_buffer_stct;
Aliased Type§
struct aeron_mapped_buffer_t {
pub addr: *mut u8,
pub length: usize,
}
Fields§
§addr: *mut u8
§length: usize
Trait Implementations§
Source§impl From<AeronMappedBuffer> for aeron_mapped_buffer_t
impl From<AeronMappedBuffer> for aeron_mapped_buffer_t
Source§fn from(value: AeronMappedBuffer) -> Self
fn from(value: AeronMappedBuffer) -> Self
Converts to this type from the input type.
Source§impl Clone for aeron_mapped_buffer_stct
impl Clone for aeron_mapped_buffer_stct
Source§fn clone(&self) -> aeron_mapped_buffer_stct
fn clone(&self) -> aeron_mapped_buffer_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