Struct windows::Win32::System::Diagnostics::Debug::Extensions::DEBUG_POOL_DATA
#[repr(C)]pub struct DEBUG_POOL_DATA {
pub SizeofStruct: u32,
pub PoolBlock: u64,
pub Pool: u64,
pub PreviousSize: u32,
pub Size: u32,
pub PoolTag: u32,
pub ProcessBilled: u64,
pub Anonymous: DEBUG_POOL_DATA_0,
pub Reserved2: [u64; 4],
pub PoolTagDescription: [i8; 64],
}
Fields§
§SizeofStruct: u32
§PoolBlock: u64
§Pool: u64
§PreviousSize: u32
§Size: u32
§PoolTag: u32
§ProcessBilled: u64
§Anonymous: DEBUG_POOL_DATA_0
§Reserved2: [u64; 4]
§PoolTagDescription: [i8; 64]
Trait Implementations§
§impl Clone for DEBUG_POOL_DATA
impl Clone for DEBUG_POOL_DATA
§fn clone(&self) -> DEBUG_POOL_DATA
fn clone(&self) -> DEBUG_POOL_DATA
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§impl Default for DEBUG_POOL_DATA
impl Default for DEBUG_POOL_DATA
impl Copy for DEBUG_POOL_DATA
Auto Trait Implementations§
impl Freeze for DEBUG_POOL_DATA
impl RefUnwindSafe for DEBUG_POOL_DATA
impl Send for DEBUG_POOL_DATA
impl Sync for DEBUG_POOL_DATA
impl Unpin for DEBUG_POOL_DATA
impl UnwindSafe for DEBUG_POOL_DATA
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)