Struct stm32wb_hci::event::command::LeLongTermRequestReply
source · pub struct LeLongTermRequestReply<VS> {
pub status: Status<VS>,
pub conn_handle: ConnectionHandle,
}Expand description
Parameters returned by the LE LTK Request Reply command.
Fields§
§status: Status<VS>Did the command fail, and if so, how?
conn_handle: ConnectionHandleConnection handle that the request came from
Trait Implementations§
source§impl<VS: Clone> Clone for LeLongTermRequestReply<VS>
impl<VS: Clone> Clone for LeLongTermRequestReply<VS>
source§fn clone(&self) -> LeLongTermRequestReply<VS>
fn clone(&self) -> LeLongTermRequestReply<VS>
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<VS: Debug> Debug for LeLongTermRequestReply<VS>
impl<VS: Debug> Debug for LeLongTermRequestReply<VS>
impl<VS: Copy> Copy for LeLongTermRequestReply<VS>
Auto Trait Implementations§
impl<VS> RefUnwindSafe for LeLongTermRequestReply<VS>where VS: RefUnwindSafe,
impl<VS> Send for LeLongTermRequestReply<VS>where VS: Send,
impl<VS> Sync for LeLongTermRequestReply<VS>where VS: Sync,
impl<VS> Unpin for LeLongTermRequestReply<VS>where VS: Unpin,
impl<VS> UnwindSafe for LeLongTermRequestReply<VS>where VS: 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