跳到主要内容

FILE

搜索

类型别名 FILE 

源代码
pub type FILE = _iobuf;

别名类型§

#[repr(C)]
pub struct FILE { pub _Placeholder: *mut c_void, }

Fields§

§_Placeholder: *mut c_void