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