Type Alias aeron_iovec_t

Source
pub type aeron_iovec_t = aeron_iovec_stct;

Aliased Type§

#[repr(C)]
pub 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

Source§

fn from(value: AeronIovec) -> Self

Converts to this type from the input type.