#[repr(C)]pub struct RuntimeFunction {
pub begin_addr: u32,
pub end_addr: u32,
pub unwind_addr: u32,
}Fields§
§begin_addr: u32§end_addr: u32§unwind_addr: u32Trait Implementations§
Source§impl Clone for RuntimeFunction
impl Clone for RuntimeFunction
Source§fn clone(&self) -> RuntimeFunction
fn clone(&self) -> RuntimeFunction
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 RuntimeFunction
Source§impl Default for RuntimeFunction
impl Default for RuntimeFunction
Source§fn default() -> RuntimeFunction
fn default() -> RuntimeFunction
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RuntimeFunction
impl RefUnwindSafe for RuntimeFunction
impl Send for RuntimeFunction
impl Sync for RuntimeFunction
impl Unpin for RuntimeFunction
impl UnsafeUnpin for RuntimeFunction
impl UnwindSafe for RuntimeFunction
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