Struct kernel::hwrng::Registration
source · [−]pub struct Registration<T: Operations> { /* private fields */ }
Expand description
Registration structure for Hardware Random Number Generator driver.
Implementations
sourceimpl<T: Operations> Registration<T>
impl<T: Operations> Registration<T>
Trait Implementations
sourceimpl<T: Operations> Default for Registration<T>
impl<T: Operations> Default for Registration<T>
sourceimpl<T: Operations> Drop for Registration<T>
impl<T: Operations> Drop for Registration<T>
impl<T: Operations> Send for Registration<T>
impl<T: Operations> Sync for Registration<T>
Auto Trait Implementations
impl<T> !RefUnwindSafe for Registration<T>
impl<T> Unpin for Registration<T>where
T: Unpin,
impl<T> UnwindSafe for Registration<T>where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more