Struct slurm_sys::network_callerid_msg [] [src]

#[repr(C)]
pub struct network_callerid_msg { pub ip_src: [c_uchar; 16], pub ip_dst: [c_uchar; 16], pub port_src: u32, pub port_dst: u32, pub af: i32, }

Fields

Trait Implementations

impl Debug for network_callerid_msg
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for network_callerid_msg
[src]

impl Clone for network_callerid_msg
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations