pub struct PushIfCombinationAttributes<Prev: Rec> { /* private fields */ }Available on crate feature
nl80211 only.Implementations§
Source§impl<Prev: Rec> PushIfCombinationAttributes<Prev>
impl<Prev: Rec> PushIfCombinationAttributes<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn array_limits(self) -> PushArrayIfaceLimitAttributes<Self>
pub fn push_maxnum(self, value: u32) -> Self
pub fn push_sta_ap_bi_match(self, value: ()) -> Self
pub fn push_num_channels(self, value: u32) -> Self
pub fn push_radar_detect_widths(self, value: u32) -> Self
pub fn push_radar_detect_regions(self, value: u32) -> Self
pub fn push_bi_min_gcd(self, value: u32) -> Self
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushIfCombinationAttributes<Prev>
impl<Prev: Rec> Drop for PushIfCombinationAttributes<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushIfCombinationAttributes<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushIfCombinationAttributes<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushIfCombinationAttributes<Prev>where
Prev: Send,
impl<Prev> Sync for PushIfCombinationAttributes<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushIfCombinationAttributes<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushIfCombinationAttributes<Prev>where
Prev: UnwindSafe,
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