Struct capsules_core::test::rng::TestRandom
source · pub struct TestRandom<'a> { /* private fields */ }
Implementations§
source§impl<'a> TestRandom<'a>
impl<'a> TestRandom<'a>
Auto Trait Implementations§
impl<'a> Freeze for TestRandom<'a>
impl<'a> !RefUnwindSafe for TestRandom<'a>
impl<'a> !Send for TestRandom<'a>
impl<'a> !Sync for TestRandom<'a>
impl<'a> Unpin for TestRandom<'a>
impl<'a> !UnwindSafe for TestRandom<'a>
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