Struct cloudabi::threadattr [] [src]

#[repr(C)]
pub struct threadattr { pub entry_point: threadentry, pub stack: (*mut (), usize), pub argument: *mut (), }

Attributes for thread creation.

Fields

Initial program counter value.

Region allocated to serve as stack space.

Argument to be forwarded to the entry point function.

Trait Implementations

impl Copy for threadattr
[src]

impl Clone for threadattr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more