pub struct VirtualRngMasterDevice<'a> { /* private fields */ }
Implementations§
source§impl<'a> VirtualRngMasterDevice<'a>
impl<'a> VirtualRngMasterDevice<'a>
pub const fn new(mux: &'a MuxRngMaster<'a>) -> VirtualRngMasterDevice<'a>
Trait Implementations§
source§impl<'a> Client for VirtualRngMasterDevice<'a>
impl<'a> Client for VirtualRngMasterDevice<'a>
source§impl<'a> ListNode<'a, VirtualRngMasterDevice<'a>> for VirtualRngMasterDevice<'a>
impl<'a> ListNode<'a, VirtualRngMasterDevice<'a>> for VirtualRngMasterDevice<'a>
fn next(&self) -> &'a ListLink<'_, VirtualRngMasterDevice<'a>>
source§impl<'a> PartialEq for VirtualRngMasterDevice<'a>
impl<'a> PartialEq for VirtualRngMasterDevice<'a>
source§fn eq(&self, other: &VirtualRngMasterDevice<'a>) -> bool
fn eq(&self, other: &VirtualRngMasterDevice<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<'a> Rng<'a> for VirtualRngMasterDevice<'a>
impl<'a> Rng<'a> for VirtualRngMasterDevice<'a>
Auto Trait Implementations§
impl<'a> !Freeze for VirtualRngMasterDevice<'a>
impl<'a> !RefUnwindSafe for VirtualRngMasterDevice<'a>
impl<'a> !Send for VirtualRngMasterDevice<'a>
impl<'a> !Sync for VirtualRngMasterDevice<'a>
impl<'a> Unpin for VirtualRngMasterDevice<'a>
impl<'a> !UnwindSafe for VirtualRngMasterDevice<'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