WPILibC++ 2023.4.3-108-ge5452e3
uv_fs_s Struct Reference

#include </home/runner/work/allwpilib/allwpilib/wpinet/src/main/native/thirdparty/libuv/include/uv.h>

Public Attributes

UV_REQ_FIELDS uv_fs_type fs_type
 
uv_loop_tloop
 
uv_fs_cb cb
 
ssize_t result
 
void * ptr
 
const char * path
 
uv_stat_t statbuf
 

Member Data Documentation

◆ cb

uv_fs_cb uv_fs_s::cb

◆ fs_type

UV_REQ_FIELDS uv_fs_type uv_fs_s::fs_type

◆ loop

uv_loop_t* uv_fs_s::loop

◆ path

const char* uv_fs_s::path

◆ ptr

void* uv_fs_s::ptr

◆ result

ssize_t uv_fs_s::result

◆ statbuf

uv_stat_t uv_fs_s::statbuf

The documentation for this struct was generated from the following file: