#[repr(C)]pub struct BNAllTypeFieldReferences {
pub codeRefs: *mut BNTypeFieldReference,
pub codeRefCount: usize,
pub dataRefsTo: *mut u64,
pub dataRefToCount: usize,
pub dataRefsFrom: *mut u64,
pub dataRefFromCount: usize,
pub typeRefs: *mut BNTypeReferenceSource,
pub typeRefCount: usize,
}Fields§
§codeRefs: *mut BNTypeFieldReference§codeRefCount: usize§dataRefsTo: *mut u64§dataRefToCount: usize§dataRefsFrom: *mut u64§dataRefFromCount: usize§typeRefs: *mut BNTypeReferenceSource§typeRefCount: usizeTrait Implementations§
Source§impl Clone for BNAllTypeFieldReferences
impl Clone for BNAllTypeFieldReferences
Source§fn clone(&self) -> BNAllTypeFieldReferences
fn clone(&self) -> BNAllTypeFieldReferences
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 BNAllTypeFieldReferences
impl Debug for BNAllTypeFieldReferences
Source§impl Default for BNAllTypeFieldReferences
impl Default for BNAllTypeFieldReferences
impl Copy for BNAllTypeFieldReferences
Auto Trait Implementations§
impl Freeze for BNAllTypeFieldReferences
impl RefUnwindSafe for BNAllTypeFieldReferences
impl !Send for BNAllTypeFieldReferences
impl !Sync for BNAllTypeFieldReferences
impl Unpin for BNAllTypeFieldReferences
impl UnwindSafe for BNAllTypeFieldReferences
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