struct SHUT [src]

Members

Source

pub const SHUT = struct { pub const RD = 0; pub const WR = 1; pub const RDWR = 2; }