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