Struct minidump_common::format::MINIDUMP_RVA_LIST
source · [−]pub struct MINIDUMP_RVA_LIST {
pub count: u32,
}Expand description
A list of RVA pointers.
See https://crashpad.chromium.org/doxygen/structcrashpad_1_1MinidumpRVAList.html
Fields
count: u32The number of pointers present.
Trait Implementations
sourceimpl Clone for MINIDUMP_RVA_LIST
impl Clone for MINIDUMP_RVA_LIST
sourcefn clone(&self) -> MINIDUMP_RVA_LIST
fn clone(&self) -> MINIDUMP_RVA_LIST
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for MINIDUMP_RVA_LIST
impl Debug for MINIDUMP_RVA_LIST
sourceimpl<'a> TryFromCtx<'a, Endian, [u8]> for MINIDUMP_RVA_LIST where
MINIDUMP_RVA_LIST: 'a,
impl<'a> TryFromCtx<'a, Endian, [u8]> for MINIDUMP_RVA_LIST where
MINIDUMP_RVA_LIST: 'a,
Auto Trait Implementations
impl RefUnwindSafe for MINIDUMP_RVA_LIST
impl Send for MINIDUMP_RVA_LIST
impl Sync for MINIDUMP_RVA_LIST
impl Unpin for MINIDUMP_RVA_LIST
impl UnwindSafe for MINIDUMP_RVA_LIST
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