pub type aeron_iovec_t = aeron_iovec_stct;
Aliased Type§
struct aeron_iovec_t {
pub iov_base: *mut u8,
pub iov_len: usize,
}
Fields§
§iov_base: *mut u8
§iov_len: usize
Trait Implementations§
Source§impl From<AeronIovec> for aeron_iovec_t
impl From<AeronIovec> for aeron_iovec_t
Source§fn from(value: AeronIovec) -> Self
fn from(value: AeronIovec) -> Self
Converts to this type from the input type.
Source§impl Clone for aeron_iovec_stct
impl Clone for aeron_iovec_stct
Source§fn clone(&self) -> aeron_iovec_stct
fn clone(&self) -> aeron_iovec_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