pub struct FindFileHandle {
pub name: String,
pub len: u32,
/* private fields */
}Expand description
Handle identifying a file search session
Fields§
§name: StringName of the current discovered file
len: u32Length of the current discovered file
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FindFileHandle
impl RefUnwindSafe for FindFileHandle
impl Send for FindFileHandle
impl Sync for FindFileHandle
impl Unpin for FindFileHandle
impl UnwindSafe for FindFileHandle
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