Struct picotcp_sys::random_data [] [src]

#[repr(C)]
pub struct random_data { pub fptr: *mut int32_t, pub rptr: *mut int32_t, pub state: *mut int32_t, pub rand_type: c_int, pub rand_deg: c_int, pub rand_sep: c_int, pub end_ptr: *mut int32_t, }

Fields

Trait Implementations

impl Copy for random_data
[src]

impl Clone for random_data
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for random_data
[src]

Formats the value using the given formatter.

impl Default for random_data
[src]

Returns the "default value" for a type. Read more