Struct binaryninja::mlil::operation::SeparateParamList
source · pub struct SeparateParamList {
pub first_param: usize,
pub num_params: usize,
}
Fields§
§first_param: usize
§num_params: usize
Trait Implementations§
source§impl Clone for SeparateParamList
impl Clone for SeparateParamList
source§fn clone(&self) -> SeparateParamList
fn clone(&self) -> SeparateParamList
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SeparateParamList
Auto Trait Implementations§
impl RefUnwindSafe for SeparateParamList
impl Send for SeparateParamList
impl Sync for SeparateParamList
impl Unpin for SeparateParamList
impl UnwindSafe for SeparateParamList
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