Struct stm32wb_hci::vendor::stm32wb::event::command::HalLinkStatus
source · pub struct HalLinkStatus {
pub status: Status<Status>,
pub clients: [ClientStatus; 8],
}Expand description
Parameters returned by the HAL Get Link Status command.
Fields§
§status: Status<Status>Did the command fail, and if so, how?
clients: [ClientStatus; 8]State of the client connections.
Trait Implementations§
source§impl Clone for HalLinkStatus
impl Clone for HalLinkStatus
source§fn clone(&self) -> HalLinkStatus
fn clone(&self) -> HalLinkStatus
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 HalLinkStatus
impl Debug for HalLinkStatus
Auto Trait Implementations§
impl RefUnwindSafe for HalLinkStatus
impl Send for HalLinkStatus
impl Sync for HalLinkStatus
impl Unpin for HalLinkStatus
impl UnwindSafe for HalLinkStatus
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