Struct netlink::Struct_tcmsg [] [src]

#[repr(C)]
pub struct Struct_tcmsg { pub tcm_family: c_uchar, pub tcm__pad1: c_uchar, pub tcm__pad2: c_ushort, pub tcm_ifindex: c_int, pub tcm_handle: __u32, pub tcm_parent: __u32, pub tcm_info: __u32, }

Fields

Trait Implementations

impl Copy for Struct_tcmsg
[src]

impl Clone for Struct_tcmsg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_tcmsg
[src]

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