Struct bpf_feature::misc::Misc
source · [−]pub struct Misc {
pub large_insn_limit: bool,
pub bounded_loops: bool,
pub isa_v2_ext: bool,
pub isa_v3_ext: bool,
}
Fields
large_insn_limit: bool
bounded_loops: bool
isa_v2_ext: bool
isa_v3_ext: bool
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Misc
impl Send for Misc
impl Sync for Misc
impl Unpin for Misc
impl UnwindSafe for Misc
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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