Struct binaryninja::rc::Array
[−]pub struct Array<P: CoreOwnedArrayProvider> { /* private fields */ }
Implementations
impl<P: CoreOwnedArrayProvider> Array<P>
impl<P: CoreOwnedArrayProvider> Array<P>
impl<'a, P: 'a + CoreArrayWrapper<'a> + CoreOwnedArrayProvider> Array<P>
impl<'a, P: 'a + CoreArrayWrapper<'a> + CoreOwnedArrayProvider> Array<P>
Trait Implementations
impl<P: CoreOwnedArrayProvider> Drop for Array<P>
impl<P: CoreOwnedArrayProvider> Drop for Array<P>
impl<'a, P: 'a + CoreArrayWrapper<'a> + CoreOwnedArrayProvider> IntoIterator for &'a Array<P>
impl<'a, P: 'a + CoreArrayWrapper<'a> + CoreOwnedArrayProvider> IntoIterator for &'a Array<P>
impl<P> Send for Array<P>where
P: CoreOwnedArrayProvider,
P::Context: Send,
impl<P> Sync for Array<P>where
P: CoreOwnedArrayProvider,
P::Context: Sync,
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>where
<P as CoreArrayProvider>::Context: Unpin,
impl<P> UnwindSafe for Array<P>where
<P as CoreArrayProvider>::Context: UnwindSafe,
<P as CoreArrayProvider>::Raw: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more