#[repr(C)]pub struct BNDataVariable {
pub address: u64,
pub type_: *mut BNType,
pub autoDiscovered: bool,
pub typeConfidence: u8,
}
Fields§
§address: u64
§type_: *mut BNType
§autoDiscovered: bool
§typeConfidence: u8
Trait Implementations§
source§impl Clone for BNDataVariable
impl Clone for BNDataVariable
source§fn clone(&self) -> BNDataVariable
fn clone(&self) -> BNDataVariable
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 BNDataVariable
impl Debug for BNDataVariable
source§impl Default for BNDataVariable
impl Default for BNDataVariable
impl Copy for BNDataVariable
Auto Trait Implementations§
impl Freeze for BNDataVariable
impl RefUnwindSafe for BNDataVariable
impl !Send for BNDataVariable
impl !Sync for BNDataVariable
impl Unpin for BNDataVariable
impl UnwindSafe for BNDataVariable
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
)