Enum core_foundation::runloop::CFRunLoopRunResult [−][src]
pub enum CFRunLoopRunResult {
Finished,
Stopped,
TimedOut,
HandledSource,
}
Variants
Finished
Stopped
TimedOut
HandledSource
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CFRunLoopRunResult
impl Send for CFRunLoopRunResult
impl Sync for CFRunLoopRunResult
impl Unpin for CFRunLoopRunResult
impl UnwindSafe for CFRunLoopRunResult
Blanket Implementations
Mutably borrows from an owned value. Read more