Struct windows_sys::Win32::System::Diagnostics::Debug::MINIDUMP_FUNCTION_TABLE_STREAM
#[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,
}
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§
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