Union nc::types::bpf_sock_ops_reply_t[][src]

#[repr(C)]
pub union bpf_sock_ops_reply_t {
    pub args: [u32; 4],
    pub reply: u32,
    pub replylong: [u32; 4],
}

Fields

args: [u32; 4]

Optionally passed to bpf program

reply: u32

Returned by bpf program

replylong: [u32; 4]

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.