[−][src]Struct nginx::rand_meth_st
Fields
seed: Option<unsafe extern "C" fn(buf: *const c_void, num: c_int) -> c_int>
bytes: Option<unsafe extern "C" fn(buf: *mut c_uchar, num: c_int) -> c_int>
cleanup: Option<unsafe extern "C" fn()>
add: Option<unsafe extern "C" fn(buf: *const c_void, num: c_int, entropy: f64) -> c_int>
pseudorand: Option<unsafe extern "C" fn(buf: *mut c_uchar, num: c_int) -> c_int>
status: Option<unsafe extern "C" fn() -> c_int>
Trait Implementations
impl Clone for rand_meth_st
[src]
fn clone(&self) -> rand_meth_st
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for rand_meth_st
[src]
impl Debug for rand_meth_st
[src]
Auto Trait Implementations
impl RefUnwindSafe for rand_meth_st
impl Send for rand_meth_st
impl Sync for rand_meth_st
impl Unpin for rand_meth_st
impl UnwindSafe for rand_meth_st
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,