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