pub struct sysdir_search_path_enumeration_state(/* private fields */);
Expand description
Opaque type for holding sysdir enumeration state.
Implementations§
Source§impl sysdir_search_path_enumeration_state
impl sysdir_search_path_enumeration_state
Sourcepub fn is_finished(&self) -> bool
pub fn is_finished(&self) -> bool
Return true if the state indicates the enumeration is finished.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for sysdir_search_path_enumeration_state
impl RefUnwindSafe for sysdir_search_path_enumeration_state
impl Send for sysdir_search_path_enumeration_state
impl Sync for sysdir_search_path_enumeration_state
impl Unpin for sysdir_search_path_enumeration_state
impl UnwindSafe for sysdir_search_path_enumeration_state
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