pub struct DsmeSuperframeSpecification<T: AsRef<[u8]>> { /* private fields */ }Expand description
DSME Superframe Specification Header Information Element.
Implementations§
Source§impl<T: AsRef<[u8]>> DsmeSuperframeSpecification<T>
impl<T: AsRef<[u8]>> DsmeSuperframeSpecification<T>
Sourcepub fn new_unchecked(buffer: T) -> Self
pub fn new_unchecked(buffer: T) -> Self
Create a new [#name] reader/writer from a given buffer without length checking.
Sourcepub fn multi_superframe_order(&self) -> u8
pub fn multi_superframe_order(&self) -> u8
Return the multi superframe order field value.
Sourcepub fn channel_diversity_mode(&self) -> bool
pub fn channel_diversity_mode(&self) -> bool
Return the channel diversity mode field value.
Sourcepub fn cap_reduction(&self) -> bool
pub fn cap_reduction(&self) -> bool
Return the cap reduction field value.
Sourcepub fn deferred_beacon(&self) -> bool
pub fn deferred_beacon(&self) -> bool
Return the deferred beacon field value.
Auto Trait Implementations§
impl<T> Freeze for DsmeSuperframeSpecification<T>where
T: Freeze,
impl<T> RefUnwindSafe for DsmeSuperframeSpecification<T>where
T: RefUnwindSafe,
impl<T> Send for DsmeSuperframeSpecification<T>where
T: Send,
impl<T> Sync for DsmeSuperframeSpecification<T>where
T: Sync,
impl<T> Unpin for DsmeSuperframeSpecification<T>where
T: Unpin,
impl<T> UnwindSafe for DsmeSuperframeSpecification<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