pub struct PromiscuousCtrlFilter {
pub wrapper: bool,
pub bar: bool,
pub ba: bool,
pub pspoll: bool,
pub rts: bool,
pub cts: bool,
pub ack: bool,
pub cfend: bool,
pub cfendack: bool,
}
Expand description
Fields§
§wrapper: bool
§bar: bool
§ba: bool
§pspoll: bool
§rts: bool
§cts: bool
§ack: bool
§cfend: bool
§cfendack: bool
Implementations§
Trait Implementations§
Source§impl Default for PromiscuousCtrlFilter
impl Default for PromiscuousCtrlFilter
Source§fn default() -> PromiscuousCtrlFilter
fn default() -> PromiscuousCtrlFilter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PromiscuousCtrlFilter
impl RefUnwindSafe for PromiscuousCtrlFilter
impl Send for PromiscuousCtrlFilter
impl Sync for PromiscuousCtrlFilter
impl Unpin for PromiscuousCtrlFilter
impl UnwindSafe for PromiscuousCtrlFilter
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