#[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 moreimpl Copy for TP_POOL_STACK_INFORMATION
Auto Trait Implementations§
impl Freeze for TP_POOL_STACK_INFORMATION
impl RefUnwindSafe for TP_POOL_STACK_INFORMATION
impl Send for TP_POOL_STACK_INFORMATION
impl Sync for TP_POOL_STACK_INFORMATION
impl Unpin for TP_POOL_STACK_INFORMATION
impl UnwindSafe for TP_POOL_STACK_INFORMATION
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more