pub struct Trng { /* private fields */ }Expand description
LPC-Next0 RNG
Implementations§
Trait Implementations§
impl Copy for Trng
impl Eq for Trng
impl Send for Trng
impl StructuralPartialEq for Trng
impl Sync for Trng
Auto Trait Implementations§
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