#[repr(C, packed(4))]pub struct MINIDUMP_FUNCTION_TABLE_DESCRIPTOR {
pub MinimumAddress: u64,
pub MaximumAddress: u64,
pub BaseAddress: u64,
pub EntryCount: u32,
pub SizeOfAlignPad: u32,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
MinimumAddress: u64
MaximumAddress: u64
BaseAddress: u64
EntryCount: u32
SizeOfAlignPad: u32
Trait Implementations
impl Clone for MINIDUMP_FUNCTION_TABLE_DESCRIPTOR
impl Clone for MINIDUMP_FUNCTION_TABLE_DESCRIPTOR
impl Copy for MINIDUMP_FUNCTION_TABLE_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for MINIDUMP_FUNCTION_TABLE_DESCRIPTOR
impl Send for MINIDUMP_FUNCTION_TABLE_DESCRIPTOR
impl Sync for MINIDUMP_FUNCTION_TABLE_DESCRIPTOR
impl Unpin for MINIDUMP_FUNCTION_TABLE_DESCRIPTOR
impl UnwindSafe for MINIDUMP_FUNCTION_TABLE_DESCRIPTOR
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