Struct binaryninja::rc::Array
source · pub struct Array<P: CoreArrayProviderInner> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl CoreArrayProvider for Array<InstructionTextToken>
impl CoreArrayProvider for Array<InstructionTextToken>
type Raw = BNInstructionTextLine
type Context = ()
type Wrapped<'a> = ManuallyDrop<Array<InstructionTextToken>>
source§impl CoreArrayProvider for Array<SSAVariable>
impl CoreArrayProvider for Array<SSAVariable>
type Raw = BNVariable
type Context = Ref<MediumLevelILFunction>
type Wrapped<'a> = Array<SSAVariable>
source§impl<'a, P: CoreArrayProviderInner> IntoIterator for &'a Array<P>
impl<'a, P: CoreArrayProviderInner> IntoIterator for &'a Array<P>
impl<P> Send for Array<P>
impl<P> Sync for Array<P>
Auto Trait Implementations§
impl<P> RefUnwindSafe for Array<P>where
<P as CoreArrayProvider>::Context: RefUnwindSafe,
<P as CoreArrayProvider>::Raw: RefUnwindSafe,
impl<P> Unpin for Array<P>
impl<P> UnwindSafe for Array<P>
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