pub enum IfCombinationAttributes<'a> {
Limits(IterableArrayIfaceLimitAttributes<'a>),
Maxnum(u32),
StaApBiMatch(()),
NumChannels(u32),
RadarDetectWidths(u32),
RadarDetectRegions(u32),
BiMinGcd(u32),
}Available on crate feature
nl80211 only.Variants§
Limits(IterableArrayIfaceLimitAttributes<'a>)
Maxnum(u32)
StaApBiMatch(())
NumChannels(u32)
RadarDetectWidths(u32)
RadarDetectRegions(u32)
BiMinGcd(u32)
Implementations§
Source§impl<'a> IfCombinationAttributes<'a>
impl<'a> IfCombinationAttributes<'a>
pub fn new_array(buf: &[u8]) -> IterableArrayIfCombinationAttributes<'_> ⓘ
Source§impl IfCombinationAttributes<'_>
impl IfCombinationAttributes<'_>
pub fn new<'a>(buf: &'a [u8]) -> IterableIfCombinationAttributes<'a> ⓘ
Trait Implementations§
Source§impl<'a> Clone for IfCombinationAttributes<'a>
impl<'a> Clone for IfCombinationAttributes<'a>
Source§fn clone(&self) -> IfCombinationAttributes<'a>
fn clone(&self) -> IfCombinationAttributes<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> Freeze for IfCombinationAttributes<'a>
impl<'a> RefUnwindSafe for IfCombinationAttributes<'a>
impl<'a> Send for IfCombinationAttributes<'a>
impl<'a> Sync for IfCombinationAttributes<'a>
impl<'a> Unpin for IfCombinationAttributes<'a>
impl<'a> UnsafeUnpin for IfCombinationAttributes<'a>
impl<'a> UnwindSafe for IfCombinationAttributes<'a>
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