pub struct DebugInfoHeader {
pub file_count: i32,
pub line_count: i32,
pub symbol_count: i32,
pub array_count: i32,
}Fields§
§file_count: i32§line_count: i32§symbol_count: i32§array_count: i32Implementations§
Trait Implementations§
Source§impl Clone for DebugInfoHeader
impl Clone for DebugInfoHeader
Source§fn clone(&self) -> DebugInfoHeader
fn clone(&self) -> DebugInfoHeader
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 moreAuto Trait Implementations§
impl Freeze for DebugInfoHeader
impl RefUnwindSafe for DebugInfoHeader
impl Send for DebugInfoHeader
impl Sync for DebugInfoHeader
impl Unpin for DebugInfoHeader
impl UnsafeUnpin for DebugInfoHeader
impl UnwindSafe for DebugInfoHeader
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