Struct winapi::winnt::TP_POOL_STACK_INFORMATION [] [src]

pub struct TP_POOL_STACK_INFORMATION {
    pub StackReserve: SIZE_T,
    pub StackCommit: SIZE_T,
}

Fields

StackReserve: SIZE_T StackCommit: SIZE_T

Trait Implementations

impl Debug for TP_POOL_STACK_INFORMATION
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for TP_POOL_STACK_INFORMATION
[src]

impl Clone for TP_POOL_STACK_INFORMATION
[src]

fn clone(&self) -> TP_POOL_STACK_INFORMATION

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more