Struct windows_native::ntexapi::RTL_PROCESS_BACKTRACES
source ยท #[repr(C)]pub struct RTL_PROCESS_BACKTRACES {
pub CommittedMemory: u32,
pub ReservedMemory: u32,
pub NumberOfBackTraceLookups: u32,
pub NumberOfBackTraces: u32,
pub BackTraces: [RTL_PROCESS_BACKTRACE_INFORMATION; 1],
}Fieldsยง
ยงCommittedMemory: u32ยงReservedMemory: u32ยงNumberOfBackTraceLookups: u32ยงNumberOfBackTraces: u32ยงBackTraces: [RTL_PROCESS_BACKTRACE_INFORMATION; 1]Trait Implementationsยง
sourceยงimpl Debug for RTL_PROCESS_BACKTRACES
impl Debug for RTL_PROCESS_BACKTRACES
Auto Trait Implementationsยง
impl RefUnwindSafe for RTL_PROCESS_BACKTRACES
impl !Send for RTL_PROCESS_BACKTRACES
impl !Sync for RTL_PROCESS_BACKTRACES
impl Unpin for RTL_PROCESS_BACKTRACES
impl UnwindSafe for RTL_PROCESS_BACKTRACES
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