Struct binaryninja::llil::operation::SetFlag
source · pub struct SetFlag;
Trait Implementations§
impl OperationArguments for SetFlag
Auto Trait Implementations§
impl RefUnwindSafe for SetFlag
impl Send for SetFlag
impl Sync for SetFlag
impl Unpin for SetFlag
impl UnwindSafe for SetFlag
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