#[repr(C)]pub struct BNValueLocationComponent {
pub variable: BNVariable,
pub offset: i64,
pub sizeValid: bool,
pub size: u64,
}Fields§
§variable: BNVariable§offset: i64§sizeValid: bool§size: u64Trait Implementations§
Source§impl Clone for BNValueLocationComponent
impl Clone for BNValueLocationComponent
Source§fn clone(&self) -> BNValueLocationComponent
fn clone(&self) -> BNValueLocationComponent
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 BNValueLocationComponent
impl Debug for BNValueLocationComponent
Source§impl Default for BNValueLocationComponent
impl Default for BNValueLocationComponent
impl Copy for BNValueLocationComponent
Auto Trait Implementations§
impl Freeze for BNValueLocationComponent
impl RefUnwindSafe for BNValueLocationComponent
impl Send for BNValueLocationComponent
impl Sync for BNValueLocationComponent
impl Unpin for BNValueLocationComponent
impl UnwindSafe for BNValueLocationComponent
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