Struct winapi::winnt::TP_POOL_STACK_INFORMATION
[−]
[src]
pub struct TP_POOL_STACK_INFORMATION { pub StackReserve: SIZE_T, pub StackCommit: SIZE_T, }
Fields
StackReserve | |
StackCommit |
Trait Implementations
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