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