#[repr(C)]pub struct TP_POOL_STACK_INFORMATION {
pub StackReserve: SIZE_T,
pub StackCommit: SIZE_T,
}
Fields
StackReserve: SIZE_T
StackCommit: SIZE_T
Trait Implementations
sourceimpl Clone for TP_POOL_STACK_INFORMATION
impl Clone for TP_POOL_STACK_INFORMATION
sourcefn clone(&self) -> TP_POOL_STACK_INFORMATION
fn clone(&self) -> TP_POOL_STACK_INFORMATION
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for TP_POOL_STACK_INFORMATION
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more