Struct binaryninja::types::FunctionParameter
[−]pub struct FunctionParameter<S: BnStrCompatible> {
pub t: Conf<Ref<Type>>,
pub name: S,
pub location: Option<Variable>,
}
Fields
t: Conf<Ref<Type>>
name: S
location: Option<Variable>
Implementations
impl<S: BnStrCompatible> FunctionParameter<S>
impl<S: BnStrCompatible> FunctionParameter<S>
Trait Implementations
impl<S: Clone + BnStrCompatible> Clone for FunctionParameter<S>
impl<S: Clone + BnStrCompatible> Clone for FunctionParameter<S>
fn clone(&self) -> FunctionParameter<S>
fn clone(&self) -> FunctionParameter<S>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl<S: Debug + BnStrCompatible> Debug for FunctionParameter<S>
impl<S: Debug + BnStrCompatible> Debug for FunctionParameter<S>
Auto Trait Implementations
impl<S> RefUnwindSafe for FunctionParameter<S>where
S: RefUnwindSafe,
impl<S> Send for FunctionParameter<S>where
S: Send,
impl<S> Sync for FunctionParameter<S>where
S: Sync,
impl<S> Unpin for FunctionParameter<S>where
S: Unpin,
impl<S> UnwindSafe for FunctionParameter<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