Struct stm32wb_hci::vendor::stm32wb::event::command::HalAnchorPeriod
source · pub struct HalAnchorPeriod {
pub status: Status<Status>,
pub anchor_interval: Duration,
pub max_slot: Duration,
}Expand description
Parameters returned by the HAL Get Anchor Period command.
Fields§
§status: Status<Status>Did the command fail, and if so, how?
anchor_interval: DurationDuration between the beginnings of sniff anchor points.
max_slot: DurationMaximum available size that can be allocated to a new connection slot.
Trait Implementations§
source§impl Clone for HalAnchorPeriod
impl Clone for HalAnchorPeriod
source§fn clone(&self) -> HalAnchorPeriod
fn clone(&self) -> HalAnchorPeriod
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for HalAnchorPeriod
impl Debug for HalAnchorPeriod
Auto Trait Implementations§
impl RefUnwindSafe for HalAnchorPeriod
impl Send for HalAnchorPeriod
impl Sync for HalAnchorPeriod
impl Unpin for HalAnchorPeriod
impl UnwindSafe for HalAnchorPeriod
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