Struct panda_sys::NetdevL2TPv3Options [−][src]
#[repr(C)]pub struct NetdevL2TPv3Options {}Show 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_counter: boolcounter: boolhas_pincounter: boolpincounter: booltxsession: u32has_rxsession: boolrxsession: u32has_offset: booloffset: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NetdevL2TPv3Optionsimpl !Send for NetdevL2TPv3Optionsimpl !Sync for NetdevL2TPv3Optionsimpl Unpin for NetdevL2TPv3Optionsimpl UnwindSafe for NetdevL2TPv3OptionsBlanket Implementations
Mutably borrows from an owned value. Read more