#[repr(C)]pub struct IdaxEntryPoint {
pub ordinal: u64,
pub address: u64,
pub name: *mut c_char,
pub forwarder: *mut c_char,
}Fields§
§ordinal: u64§address: u64§name: *mut c_char< malloc’d
forwarder: *mut c_char< malloc’d
Trait Implementations§
Source§impl Clone for IdaxEntryPoint
impl Clone for IdaxEntryPoint
Source§fn clone(&self) -> IdaxEntryPoint
fn clone(&self) -> IdaxEntryPoint
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 IdaxEntryPoint
impl Debug for IdaxEntryPoint
Source§impl Default for IdaxEntryPoint
impl Default for IdaxEntryPoint
impl Copy for IdaxEntryPoint
Auto Trait Implementations§
impl Freeze for IdaxEntryPoint
impl RefUnwindSafe for IdaxEntryPoint
impl !Send for IdaxEntryPoint
impl !Sync for IdaxEntryPoint
impl Unpin for IdaxEntryPoint
impl UnsafeUnpin for IdaxEntryPoint
impl UnwindSafe for IdaxEntryPoint
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