#[repr(C)]pub struct FileList {
pub data: *const *const c_char,
pub length: usize,
pub _capacity: usize,
}
Fields§
§data: *const *const c_char
§length: usize
§_capacity: usize
Auto Trait Implementations§
impl Freeze for FileList
impl RefUnwindSafe for FileList
impl !Send for FileList
impl !Sync for FileList
impl Unpin for FileList
impl UnwindSafe for FileList
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more