#[repr(C)]pub struct UnwindFunctionDwarf2 {
pub begin_offset: u32,
pub end_offset: u32,
pub fde_entry_start_pos: u32,
}Fields§
§begin_offset: u32§end_offset: u32§fde_entry_start_pos: u32Implementations§
Source§impl UnwindFunctionDwarf2
impl UnwindFunctionDwarf2
pub const beginOffset: u32 = 0
pub const endOffset: u32 = 0
pub const fdeEntryStartPos: u32 = 0
Trait Implementations§
Source§impl Clone for UnwindFunctionDwarf2
impl Clone for UnwindFunctionDwarf2
Source§fn clone(&self) -> UnwindFunctionDwarf2
fn clone(&self) -> UnwindFunctionDwarf2
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UnwindFunctionDwarf2
Source§impl Debug for UnwindFunctionDwarf2
impl Debug for UnwindFunctionDwarf2
Source§impl Default for UnwindFunctionDwarf2
impl Default for UnwindFunctionDwarf2
Source§fn default() -> UnwindFunctionDwarf2
fn default() -> UnwindFunctionDwarf2
Returns the “default value” for a type. Read more
impl Eq for UnwindFunctionDwarf2
Source§impl Hash for UnwindFunctionDwarf2
impl Hash for UnwindFunctionDwarf2
Source§impl PartialEq for UnwindFunctionDwarf2
impl PartialEq for UnwindFunctionDwarf2
Source§fn eq(&self, other: &UnwindFunctionDwarf2) -> bool
fn eq(&self, other: &UnwindFunctionDwarf2) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UnwindFunctionDwarf2
Auto Trait Implementations§
impl Freeze for UnwindFunctionDwarf2
impl RefUnwindSafe for UnwindFunctionDwarf2
impl Send for UnwindFunctionDwarf2
impl Sync for UnwindFunctionDwarf2
impl Unpin for UnwindFunctionDwarf2
impl UnsafeUnpin for UnwindFunctionDwarf2
impl UnwindSafe for UnwindFunctionDwarf2
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