Struct panda_sys::NetdevL2TPv3Options[][src]

#[repr(C)]
pub struct NetdevL2TPv3Options {
Show 25 fields pub src: *mut c_char, pub dst: *mut c_char, pub has_srcport: bool, pub srcport: *mut c_char, pub has_dstport: bool, pub dstport: *mut c_char, pub has_ipv6: bool, pub ipv6: bool, pub has_udp: bool, pub udp: bool, pub has_cookie64: bool, pub cookie64: bool, pub has_counter: bool, pub counter: bool, pub has_pincounter: bool, pub pincounter: bool, pub has_txcookie: bool, pub txcookie: u64, pub has_rxcookie: bool, pub rxcookie: u64, pub txsession: u32, pub has_rxsession: bool, pub rxsession: u32, pub has_offset: bool, pub offset: u32,
}

Fields

src: *mut c_chardst: *mut c_charhas_srcport: boolsrcport: *mut c_charhas_dstport: booldstport: *mut c_charhas_ipv6: boolipv6: boolhas_udp: booludp: boolhas_cookie64: boolcookie64: boolhas_counter: boolcounter: boolhas_pincounter: boolpincounter: boolhas_txcookie: booltxcookie: u64has_rxcookie: boolrxcookie: u64txsession: u32has_rxsession: boolrxsession: u32has_offset: booloffset: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.