Struct wolfssl_sys::WC_RNG
source · [−]#[repr(C)]pub struct WC_RNG {
pub seed: OS_Seed,
pub heap: *mut c_void,
pub drbg: *mut DRBG,
pub status: byte,
}Fields
seed: OS_Seedheap: *mut c_voiddrbg: *mut DRBGstatus: byteTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WC_RNG
impl !Send for WC_RNG
impl !Sync for WC_RNG
impl Unpin for WC_RNG
impl UnwindSafe for WC_RNG
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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