Struct wolfssl_sys::DRBG_internal
source · [−]#[repr(C)]pub struct DRBG_internal {
pub reseedCtr: word32,
pub lastBlock: word32,
pub V: [byte; 55],
pub C: [byte; 55],
pub matchCount: byte,
}Fields
reseedCtr: word32lastBlock: word32V: [byte; 55]C: [byte; 55]matchCount: byteTrait Implementations
sourceimpl Clone for DRBG_internal
impl Clone for DRBG_internal
sourcefn clone(&self) -> DRBG_internal
fn clone(&self) -> DRBG_internal
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DRBG_internal
impl Debug for DRBG_internal
impl Copy for DRBG_internal
Auto Trait Implementations
impl RefUnwindSafe for DRBG_internal
impl Send for DRBG_internal
impl Sync for DRBG_internal
impl Unpin for DRBG_internal
impl UnwindSafe for DRBG_internal
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more