Type tc_cflag_t [src]

Source

pub const tc_cflag_t = if (is_ppc) packed struct(tcflag_t) { _0: u8 = 0, CSIZE: CSIZE = .CS5, CSTOPB: bool = false, CREAD: bool = false, PARENB: bool = false, PARODD: bool = false, HUPCL: bool = false, CLOCAL: bool = false, _16: u13 = 0, ADDRB: bool = false, CMSPAR: bool = false, CRTSCTS: bool = false, } else packed struct(tcflag_t) { _0: u4 = 0, CSIZE: CSIZE = .CS5, CSTOPB: bool = false, CREAD: bool = false, PARENB: bool = false, PARODD: bool = false, HUPCL: bool = false, CLOCAL: bool = false, _12: u17 = 0, ADDRB: bool = false, CMSPAR: bool = false, CRTSCTS: bool = false, }