Struct binaryninja::types::NamedTypedVariable
[−]pub struct NamedTypedVariable { /* private fields */ }
Implementations
impl NamedTypedVariable
impl NamedTypedVariable
Trait Implementations
impl CoreArrayProvider for NamedTypedVariable
impl CoreArrayProvider for NamedTypedVariable
impl<'a> CoreArrayWrapper<'a> for NamedTypedVariable
impl<'a> CoreArrayWrapper<'a> for NamedTypedVariable
type Wrapped = ManuallyDrop<NamedTypedVariable>
unsafe fn wrap_raw(
raw: &'a Self::Raw,
_context: &'a Self::Context
) -> Self::Wrapped
impl CoreOwnedArrayProvider for NamedTypedVariable
impl CoreOwnedArrayProvider for NamedTypedVariable
Auto Trait Implementations
impl RefUnwindSafe for NamedTypedVariable
impl !Send for NamedTypedVariable
impl !Sync for NamedTypedVariable
impl Unpin for NamedTypedVariable
impl UnwindSafe for NamedTypedVariable
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