Struct bitcoin_qt::FreespaceChecker
source · pub struct FreespaceChecker { /* private fields */ }
Expand description
| Check free space asynchronously to | prevent hanging the UI thread. | | Up to one request to check a path is in | flight to this thread; when the check() | function runs, the current path is requested | from the associated Intro object. | | The reply is sent back through a signal. | | This ensures that no queue of checking | requests is built up while the user is | still entering the path, and that always | the most recently entered path is checked | as soon as the thread becomes available. |
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FreespaceChecker
impl !Send for FreespaceChecker
impl !Sync for FreespaceChecker
impl Unpin for FreespaceChecker
impl UnwindSafe for FreespaceChecker
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more