Struct winapi::um::winnt::TP_POOL_STACK_INFORMATION
source · #[repr(C)]pub struct TP_POOL_STACK_INFORMATION {
pub StackReserve: SIZE_T,
pub StackCommit: SIZE_T,
}Fields§
§StackReserve: SIZE_T§StackCommit: SIZE_TTrait Implementations§
source§impl Clone for TP_POOL_STACK_INFORMATION
impl Clone for TP_POOL_STACK_INFORMATION
source§fn clone(&self) -> TP_POOL_STACK_INFORMATION
fn clone(&self) -> TP_POOL_STACK_INFORMATION
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more