Struct libsodium::randombytes_implementation [] [src]

#[repr(C)]
pub struct randombytes_implementation { pub implementation_name: extern "C" fn() -> *const c_char, pub random: extern "C" fn() -> uint32_t, pub stir: extern "C" fn(), pub uniform: extern "C" fn(_: uint32_t) -> uint32_t, pub buf: extern "C" fn(_: *mut c_void, _: size_t), pub close: extern "C" fn() -> c_int, }

Fields

Trait Implementations

impl Copy for randombytes_implementation
[src]

impl Clone for randombytes_implementation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more