Struct stm32wb_hci::event::command::LeRandom
source · pub struct LeRandom<VS> {
pub status: Status<VS>,
pub random_number: u64,
}Expand description
Return parameters for the LE Rand command.
Fields§
§status: Status<VS>Did the command fail, and if so, how?
random_number: u64Controller-generated random number.
Trait Implementations§
impl<VS: Copy> Copy for LeRandom<VS>
Auto Trait Implementations§
impl<VS> RefUnwindSafe for LeRandom<VS>where VS: RefUnwindSafe,
impl<VS> Send for LeRandom<VS>where VS: Send,
impl<VS> Sync for LeRandom<VS>where VS: Sync,
impl<VS> Unpin for LeRandom<VS>where VS: Unpin,
impl<VS> UnwindSafe for LeRandom<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