#[repr(C)]pub struct MINIDUMP_FUNCTION_TABLE_STREAM {
pub SizeOfHeader: u32,
pub SizeOfDescriptor: u32,
pub SizeOfNativeDescriptor: u32,
pub SizeOfFunctionEntry: u32,
pub NumberOfDescriptors: u32,
pub SizeOfAlignPad: u32,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
SizeOfHeader: u32
SizeOfDescriptor: u32
SizeOfNativeDescriptor: u32
SizeOfFunctionEntry: u32
NumberOfDescriptors: u32
SizeOfAlignPad: u32
Trait Implementations
impl Clone for MINIDUMP_FUNCTION_TABLE_STREAM
impl Clone for MINIDUMP_FUNCTION_TABLE_STREAM
impl Copy for MINIDUMP_FUNCTION_TABLE_STREAM
Auto Trait Implementations
impl RefUnwindSafe for MINIDUMP_FUNCTION_TABLE_STREAM
impl Send for MINIDUMP_FUNCTION_TABLE_STREAM
impl Sync for MINIDUMP_FUNCTION_TABLE_STREAM
impl Unpin for MINIDUMP_FUNCTION_TABLE_STREAM
impl UnwindSafe for MINIDUMP_FUNCTION_TABLE_STREAM
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