#[repr(C)]pub struct entropy_source_state {
pub f_source: entropy_f_source_ptr,
pub p_source: *mut c_void,
pub size: usize,
pub threshold: usize,
pub strong: c_int,
}Fields§
§f_source: entropy_f_source_ptr§p_source: *mut c_void§size: usize§threshold: usize§strong: c_intTrait Implementations§
Source§impl Clone for entropy_source_state
impl Clone for entropy_source_state
Source§fn clone(&self) -> entropy_source_state
fn clone(&self) -> entropy_source_state
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for entropy_source_state
impl Default for entropy_source_state
impl Copy for entropy_source_state
Auto Trait Implementations§
impl Freeze for entropy_source_state
impl RefUnwindSafe for entropy_source_state
impl !Send for entropy_source_state
impl !Sync for entropy_source_state
impl Unpin for entropy_source_state
impl UnwindSafe for entropy_source_state
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