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

pub struct strfdinsert {
    pub ctlbuf: strbuf,
    pub databuf: strbuf,
    pub flags: t_uscalar_t,
    pub fildes: int_t,
    pub offset: int_t,
}

Fields

ctlbuf
databuf
flags
fildes
offset

Trait Implementations

Derived Implementations

impl Copy for strfdinsert