Struct julia_sys::rpcent [] [src]

#[repr(C)]
pub struct rpcent { pub r_name: *mut c_char, pub r_aliases: *mut *mut c_char, pub r_number: c_int, }

Fields

Trait Implementations

impl Debug for rpcent
[src]

[src]

Formats the value using the given formatter.

impl Copy for rpcent
[src]

impl Clone for rpcent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more