#[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,
}
Expand description
\brief Entropy source state
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 copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
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
source§impl Default for mbedtls_entropy_source_state
impl Default 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§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)