[][src]Function nc::mq_open

pub fn mq_open(
    name: &str,
    oflag: i32,
    mode: umode_t,
    attr: &mut mq_attr_t
) -> Result<mqd_t, Errno>