#[repr(C)]pub struct BNDataVariableAndName {
pub address: u64,
pub type_: *mut BNType,
pub name: *mut c_char,
pub autoDiscovered: bool,
pub typeConfidence: u8,
}
Fields§
§address: u64
§type_: *mut BNType
§name: *mut c_char
§autoDiscovered: bool
§typeConfidence: u8
Trait Implementations§
source§impl Clone for BNDataVariableAndName
impl Clone for BNDataVariableAndName
source§fn clone(&self) -> BNDataVariableAndName
fn clone(&self) -> BNDataVariableAndName
Returns a copy 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 BNDataVariableAndName
impl Debug for BNDataVariableAndName
source§impl Default for BNDataVariableAndName
impl Default for BNDataVariableAndName
impl Copy for BNDataVariableAndName
Auto Trait Implementations§
impl Freeze for BNDataVariableAndName
impl RefUnwindSafe for BNDataVariableAndName
impl !Send for BNDataVariableAndName
impl !Sync for BNDataVariableAndName
impl Unpin for BNDataVariableAndName
impl UnwindSafe for BNDataVariableAndName
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)