Struct binaryninja::rc::ArrayGuard
source · pub struct ArrayGuard<P: CoreArrayProviderInner> { /* private fields */ }
Implementations§
source§impl<P: CoreArrayProviderInner> ArrayGuard<P>
impl<P: CoreArrayProviderInner> ArrayGuard<P>
Trait Implementations§
source§impl<'a, P: CoreArrayProviderInner> IntoIterator for &'a ArrayGuard<P>
impl<'a, P: CoreArrayProviderInner> IntoIterator for &'a ArrayGuard<P>
impl<P> Send for ArrayGuard<P>
impl<P> Sync for ArrayGuard<P>
Auto Trait Implementations§
impl<P> RefUnwindSafe for ArrayGuard<P>where
<P as CoreArrayProvider>::Context: RefUnwindSafe,
<P as CoreArrayProvider>::Raw: RefUnwindSafe,
impl<P> Unpin for ArrayGuard<P>
impl<P> UnwindSafe for ArrayGuard<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