pub struct EspRng;Expand description
ESP32 RNG implementation
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EspRng
impl RefUnwindSafe for EspRng
impl Send for EspRng
impl Sync for EspRng
impl Unpin for EspRng
impl UnsafeUnpin for EspRng
impl UnwindSafe for EspRng
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