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