Struct raylib_ffi::FilePathList
source · #[repr(C)]pub struct FilePathList {
pub capacity: c_uint,
pub count: c_uint,
pub paths: *mut *mut c_char,
}Fields§
§capacity: c_uint§count: c_uint§paths: *mut *mut c_charTrait Implementations§
source§impl Clone for FilePathList
impl Clone for FilePathList
source§fn clone(&self) -> FilePathList
fn clone(&self) -> FilePathList
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more