pub struct NetdevAFXDPOptions {
pub force_copy: Option<bool>,
pub inhibit: Option<bool>,
pub mode: Option<AFXDPMode>,
pub queues: Option<i64>,
pub sock_fds: Option<String>,
pub start_queue: Option<i64>,
pub ifname: String,
}
Fields§
§force_copy: Option<bool>
§inhibit: Option<bool>
§mode: Option<AFXDPMode>
§queues: Option<i64>
§sock_fds: Option<String>
§start_queue: Option<i64>
§ifname: String
Trait Implementations§
Source§impl Clone for NetdevAFXDPOptions
impl Clone for NetdevAFXDPOptions
Source§fn clone(&self) -> NetdevAFXDPOptions
fn clone(&self) -> NetdevAFXDPOptions
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 moreSource§impl Debug for NetdevAFXDPOptions
impl Debug for NetdevAFXDPOptions
Source§impl<'de> Deserialize<'de> for NetdevAFXDPOptions
impl<'de> Deserialize<'de> for NetdevAFXDPOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for NetdevAFXDPOptions
impl RefUnwindSafe for NetdevAFXDPOptions
impl Send for NetdevAFXDPOptions
impl Sync for NetdevAFXDPOptions
impl Unpin for NetdevAFXDPOptions
impl UnwindSafe for NetdevAFXDPOptions
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