Struct pnet_datalink::FanoutOption [−][src]
pub struct FanoutOption {
pub group_id: u16,
pub fanout_type: FanoutType,
pub defrag: bool,
pub rollover: bool,
}Expand description
Fanout settings (Linux only).
Fields
group_id: u16fanout_type: FanoutTypedefrag: boolrollover: boolTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for FanoutOption
impl Send for FanoutOption
impl Sync for FanoutOption
impl Unpin for FanoutOption
impl UnwindSafe for FanoutOption
Blanket Implementations
Mutably borrows from an owned value. Read more
