Struct windows_sys::Win32::System::Threading::TP_POOL_STACK_INFORMATION
#[repr(C)]pub struct TP_POOL_STACK_INFORMATION {
pub StackReserve: usize,
pub StackCommit: usize,
}
Fields§
§StackReserve: usize
§StackCommit: usize
Trait Implementations§
§impl Clone for TP_POOL_STACK_INFORMATION
impl Clone for TP_POOL_STACK_INFORMATION
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§
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