#[repr(C)]pub struct Dwarf_FDE {
pub CIE_pointer: Dwarf_Off,
pub start: *const u8,
pub end: *const u8,
}Fields§
§CIE_pointer: Dwarf_Off§start: *const u8§end: *const u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dwarf_FDE
impl RefUnwindSafe for Dwarf_FDE
impl !Send for Dwarf_FDE
impl !Sync for Dwarf_FDE
impl Unpin for Dwarf_FDE
impl UnwindSafe for Dwarf_FDE
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