#[repr(C, packed(4))]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: u32SizeOfDescriptor: u32SizeOfNativeDescriptor: u32SizeOfFunctionEntry: u32NumberOfDescriptors: u32SizeOfAlignPad: u32Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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