pub struct AuxiliarySecurityHeader<T: AsRef<[u8]>> { /* private fields */ }Expand description
A reader/writer for the IEEE 802.15.4 Auxiliary Security Header.
Implementations§
Source§impl<T: AsRef<[u8]>> AuxiliarySecurityHeader<T>
impl<T: AsRef<[u8]>> AuxiliarySecurityHeader<T>
pub fn new(buffer: T) -> Self
pub fn len(&self) -> usize
pub fn security_control(&self) -> SecurityControl
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for AuxiliarySecurityHeader<T>where
T: Freeze,
impl<T> RefUnwindSafe for AuxiliarySecurityHeader<T>where
T: RefUnwindSafe,
impl<T> Send for AuxiliarySecurityHeader<T>where
T: Send,
impl<T> Sync for AuxiliarySecurityHeader<T>where
T: Sync,
impl<T> Unpin for AuxiliarySecurityHeader<T>where
T: Unpin,
impl<T> UnwindSafe for AuxiliarySecurityHeader<T>where
T: 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