Struct bpf_script::compiler::InputLine
source · [−]pub struct InputLine {
pub args: Vec<TypedArgument>,
}
Fields
args: Vec<TypedArgument>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InputLine
impl Send for InputLine
impl Sync for InputLine
impl Unpin for InputLine
impl UnwindSafe for InputLine
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