#[repr(C)]pub struct IdaxDecompilerMaturityEvent {
pub function_address: u64,
pub new_maturity: c_int,
}Fields§
§function_address: u64§new_maturity: c_intTrait Implementations§
Source§impl Clone for IdaxDecompilerMaturityEvent
impl Clone for IdaxDecompilerMaturityEvent
Source§fn clone(&self) -> IdaxDecompilerMaturityEvent
fn clone(&self) -> IdaxDecompilerMaturityEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IdaxDecompilerMaturityEvent
impl Debug for IdaxDecompilerMaturityEvent
Source§impl Default for IdaxDecompilerMaturityEvent
impl Default for IdaxDecompilerMaturityEvent
Source§fn default() -> IdaxDecompilerMaturityEvent
fn default() -> IdaxDecompilerMaturityEvent
Returns the “default value” for a type. Read more
impl Copy for IdaxDecompilerMaturityEvent
Auto Trait Implementations§
impl Freeze for IdaxDecompilerMaturityEvent
impl RefUnwindSafe for IdaxDecompilerMaturityEvent
impl Send for IdaxDecompilerMaturityEvent
impl Sync for IdaxDecompilerMaturityEvent
impl Unpin for IdaxDecompilerMaturityEvent
impl UnsafeUnpin for IdaxDecompilerMaturityEvent
impl UnwindSafe for IdaxDecompilerMaturityEvent
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