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