pub struct Fde {
pub cie: Cie,
pub pc_begin: u64,
pub pc_range: u64,
pub instructions: Vec<u8>,
}Expand description
Frame Description Entry.
Fields§
§cie: Cie§pc_begin: u64§pc_range: u64§instructions: Vec<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fde
impl RefUnwindSafe for Fde
impl Send for Fde
impl Sync for Fde
impl Unpin for Fde
impl UnsafeUnpin for Fde
impl UnwindSafe for 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