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