struct FindNextFileHandle(*mut c_void);
Tuple Fields§
§0: *mut c_void
Trait Implementations§
source§impl Drop for FindNextFileHandle
impl Drop for FindNextFileHandle
impl Send for FindNextFileHandle
impl Sync for FindNextFileHandle
Auto Trait Implementations§
impl RefUnwindSafe for FindNextFileHandle
impl Unpin for FindNextFileHandle
impl UnwindSafe for FindNextFileHandle
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