Struct binaryninja::types::NameAndType
[−]pub struct NameAndType<S: BnStrCompatible> {
pub name: S,
/* private fields */
}
Fields
name: S
Implementations
impl<S: BnStrCompatible> NameAndType<S>
impl<S: BnStrCompatible> NameAndType<S>
Trait Implementations
impl<S: BnStrCompatible> CoreArrayProvider for NameAndType<S>
impl<S: BnStrCompatible> CoreArrayProvider for NameAndType<S>
impl<'a, S: 'a + BnStrCompatible> CoreArrayWrapper<'a> for NameAndType<S>
impl<'a, S: 'a + BnStrCompatible> CoreArrayWrapper<'a> for NameAndType<S>
impl<S: BnStrCompatible> CoreOwnedArrayProvider for NameAndType<S>
impl<S: BnStrCompatible> CoreOwnedArrayProvider for NameAndType<S>
Auto Trait Implementations
impl<S> RefUnwindSafe for NameAndType<S>where
S: RefUnwindSafe,
impl<S> Send for NameAndType<S>where
S: Send,
impl<S> Sync for NameAndType<S>where
S: Sync,
impl<S> Unpin for NameAndType<S>where
S: Unpin,
impl<S> UnwindSafe for NameAndType<S>where
S: UnwindSafe,
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