pub struct CbpfConfig {
pub len: CbpfLenInstruction,
pub allow_msh: bool,
}Fields§
§len: CbpfLenInstruction§allow_msh: boolAuto Trait Implementations§
impl Freeze for CbpfConfig
impl RefUnwindSafe for CbpfConfig
impl Send for CbpfConfig
impl Sync for CbpfConfig
impl Unpin for CbpfConfig
impl UnsafeUnpin for CbpfConfig
impl UnwindSafe for CbpfConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more