Struct bpf_script::compiler::LValue
source · [−]pub struct LValue {
pub prefix: Option<Prefix>,
pub name: Ident,
pub derefs: Vec<DeReference>,
}
Fields
prefix: Option<Prefix>
name: Ident
derefs: Vec<DeReference>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LValue
impl Send for LValue
impl Sync for LValue
impl Unpin for LValue
impl UnwindSafe for LValue
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