#[repr(C)]pub struct RBinDwarfInfoHeader {
pub total_length: c_uint,
pub version: c_ushort,
pub plen: c_uint,
pub mininstlen: c_uchar,
pub is_stmt: c_uchar,
pub line_base: c_char,
pub line_range: c_uchar,
pub opcode_base: c_uchar,
pub oplentable: [c_uint; 12],
pub incdirs: *mut *const c_char,
pub file: [*const c_char; 128],
}
Fields§
§total_length: c_uint
§version: c_ushort
§plen: c_uint
§mininstlen: c_uchar
§is_stmt: c_uchar
§line_base: c_char
§line_range: c_uchar
§opcode_base: c_uchar
§oplentable: [c_uint; 12]
§incdirs: *mut *const c_char
§file: [*const c_char; 128]
Trait Implementations§
Source§impl Clone for RBinDwarfInfoHeader
impl Clone for RBinDwarfInfoHeader
Source§fn clone(&self) -> RBinDwarfInfoHeader
fn clone(&self) -> RBinDwarfInfoHeader
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RBinDwarfInfoHeader
impl Debug for RBinDwarfInfoHeader
impl Copy for RBinDwarfInfoHeader
Auto Trait Implementations§
impl Freeze for RBinDwarfInfoHeader
impl RefUnwindSafe for RBinDwarfInfoHeader
impl !Send for RBinDwarfInfoHeader
impl !Sync for RBinDwarfInfoHeader
impl Unpin for RBinDwarfInfoHeader
impl UnwindSafe for RBinDwarfInfoHeader
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