Type Alias rusteron_media_driver::bindings::aeron_iovec_t
source · 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.