pub struct EntropyInfo {
pub bytes: usize,
pub bits: usize,
}Fields§
§bytes: usize§bits: usizeAuto Trait Implementations§
impl Freeze for EntropyInfo
impl RefUnwindSafe for EntropyInfo
impl Send for EntropyInfo
impl Sync for EntropyInfo
impl Unpin for EntropyInfo
impl UnwindSafe for EntropyInfo
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