pub struct ER { /* private fields */ }Expand description
RNGA Entropy Register
Implementations§
Auto Trait Implementations§
impl !Freeze for ER
impl !RefUnwindSafe for ER
impl Send for ER
impl !Sync for ER
impl Unpin for ER
impl UnwindSafe for ER
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