#[repr(C)]pub struct mbedtls_entropy_source_state {
pub private_f_source: mbedtls_entropy_f_source_ptr,
pub private_p_source: *mut c_void,
pub private_size: usize,
pub private_threshold: usize,
pub private_strong: c_int,
}
Fields§
§private_f_source: mbedtls_entropy_f_source_ptr
§private_p_source: *mut c_void
§private_size: usize
§private_threshold: usize
§private_strong: c_int
Trait Implementations§
Source§impl Clone for mbedtls_entropy_source_state
impl Clone for mbedtls_entropy_source_state
Source§fn clone(&self) -> mbedtls_entropy_source_state
fn clone(&self) -> mbedtls_entropy_source_state
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for mbedtls_entropy_source_state
impl Debug for mbedtls_entropy_source_state
impl Copy for mbedtls_entropy_source_state
Auto Trait Implementations§
impl Freeze for mbedtls_entropy_source_state
impl RefUnwindSafe for mbedtls_entropy_source_state
impl !Send for mbedtls_entropy_source_state
impl !Sync for mbedtls_entropy_source_state
impl Unpin for mbedtls_entropy_source_state
impl UnwindSafe for mbedtls_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