pub struct FtxRng;Trait Implementations§
Source§impl RngCallback for Nrbg
impl RngCallback for Nrbg
Auto Trait Implementations§
impl Freeze for Nrbg
impl RefUnwindSafe for Nrbg
impl Send for Nrbg
impl Sync for Nrbg
impl Unpin for Nrbg
impl UnwindSafe for Nrbg
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