#[repr(C)]pub struct uv_dir_s {
pub dirents: *mut uv_dirent_t,
pub nentries: usize,
pub reserved: [*mut c_void; 4],
pub dir: *mut DIR,
}
Fields§
§dirents: *mut uv_dirent_t
§nentries: usize
§reserved: [*mut c_void; 4]
§dir: *mut DIR
Trait Implementations§
Auto Trait Implementations§
impl Freeze for uv_dir_s
impl RefUnwindSafe for uv_dir_s
impl !Send for uv_dir_s
impl !Sync for uv_dir_s
impl Unpin for uv_dir_s
impl UnwindSafe for uv_dir_s
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)