Struct wombo::ThreadOptions [] [src]

pub struct ThreadOptions {
    pub name: String,
    pub stack_size: Option<usize>,
}

Options when spawning an event loop thread.

Fields

The name of the child thread.

The stack size, in bytes, for the child thread.

Methods

impl ThreadOptions
[src]

[src]

Trait Implementations

impl Clone for ThreadOptions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ThreadOptions
[src]

[src]

Formats the value using the given formatter.

impl Eq for ThreadOptions
[src]

impl PartialEq for ThreadOptions
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.