[][src]Function rust_hdfs::hdfsFileIsOpenForWrite

pub unsafe extern "C" fn hdfsFileIsOpenForWrite(file: hdfsFile) -> c_int

Determine if a file is open for write.

@param file The HDFS file @return 1 if the file is open for write; 0 otherwise