Struct bpf_script::compiler::Condition
source · [−]pub struct Condition {
pub left: LValue,
pub op: Comparator,
pub right: RValue,
}
Fields
left: LValue
op: Comparator
right: RValue
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Condition
impl Send for Condition
impl Sync for Condition
impl Unpin for Condition
impl UnwindSafe for Condition
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