pub enum IfaceLimitAttributes<'a> {
Max(u32),
Types(IterableSupportedIftypes<'a>),
}Available on crate feature
nl80211 only.Variants§
Max(u32)
Types(IterableSupportedIftypes<'a>)
Implementations§
Source§impl<'a> IfaceLimitAttributes<'a>
impl<'a> IfaceLimitAttributes<'a>
pub fn new_array(buf: &[u8]) -> IterableArrayIfaceLimitAttributes<'_> ⓘ
Source§impl IfaceLimitAttributes<'_>
impl IfaceLimitAttributes<'_>
pub fn new<'a>(buf: &'a [u8]) -> IterableIfaceLimitAttributes<'a> ⓘ
Trait Implementations§
Source§impl<'a> Clone for IfaceLimitAttributes<'a>
impl<'a> Clone for IfaceLimitAttributes<'a>
Source§fn clone(&self) -> IfaceLimitAttributes<'a>
fn clone(&self) -> IfaceLimitAttributes<'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 IfaceLimitAttributes<'a>
impl<'a> RefUnwindSafe for IfaceLimitAttributes<'a>
impl<'a> Send for IfaceLimitAttributes<'a>
impl<'a> Sync for IfaceLimitAttributes<'a>
impl<'a> Unpin for IfaceLimitAttributes<'a>
impl<'a> UnsafeUnpin for IfaceLimitAttributes<'a>
impl<'a> UnwindSafe for IfaceLimitAttributes<'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