#[repr(C)]pub struct FilePathList {
pub count: c_uint,
pub paths: *mut *mut c_char,
}Fields§
§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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FilePathList
Source§impl Debug for FilePathList
impl Debug for FilePathList
Source§impl Default for FilePathList
impl Default for FilePathList
Source§impl PartialEq for FilePathList
impl PartialEq for FilePathList
Source§fn eq(&self, other: &FilePathList) -> bool
fn eq(&self, other: &FilePathList) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FilePathList
Auto Trait Implementations§
impl !Send for FilePathList
impl !Sync for FilePathList
impl Freeze for FilePathList
impl RefUnwindSafe for FilePathList
impl Unpin for FilePathList
impl UnsafeUnpin for FilePathList
impl UnwindSafe for FilePathList
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