Struct posix::stropts::strbuf [-] [+] [src]

pub struct strbuf {
    pub maxlen: int_t,
    pub len: int_t,
    pub buf: *mut char_t,
}

Fields

maxlen
len
buf

Trait Implementations

Derived Implementations

impl Copy for strbuf