Struct func_tail_t
#[repr(C)]pub struct func_tail_t {
pub start_ea: u64,
pub end_ea: u64,
}Fields§
§start_ea: u64§end_ea: u64Trait Implementations§
§impl ExternType for func_tail_t
impl ExternType for func_tail_t
Auto Trait Implementations§
impl Freeze for func_tail_t
impl RefUnwindSafe for func_tail_t
impl Send for func_tail_t
impl Sync for func_tail_t
impl Unpin for func_tail_t
impl UnsafeUnpin for func_tail_t
impl UnwindSafe for func_tail_t
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