#[repr(C)]pub struct XdpDispatcherConfig {
pub num_progs_enabled: u8,
pub chain_call_actions: [u32; 10],
pub run_prios: [u32; 10],
}
Fields§
§num_progs_enabled: u8
§chain_call_actions: [u32; 10]
§run_prios: [u32; 10]
Trait Implementations§
Source§impl Clone for XdpDispatcherConfig
impl Clone for XdpDispatcherConfig
Source§fn clone(&self) -> XdpDispatcherConfig
fn clone(&self) -> XdpDispatcherConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for XdpDispatcherConfig
Auto Trait Implementations§
impl Freeze for XdpDispatcherConfig
impl RefUnwindSafe for XdpDispatcherConfig
impl Send for XdpDispatcherConfig
impl Sync for XdpDispatcherConfig
impl Unpin for XdpDispatcherConfig
impl UnwindSafe for XdpDispatcherConfig
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