extern struct iovec_const [src]

Alias for std.posix.iovec_const

Fields

base: [*]const u8
len: usize

Source

pub const iovec_const = extern struct { base: [*]const u8, len: usize, }