Struct linux_raw_sys::net::tcp_ao_info_opt
source · #[repr(C, align(8))]pub struct tcp_ao_info_opt {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub reserved2: __u16,
pub current_key: __u8,
pub rnext: __u8,
pub pkt_good: __u64,
pub pkt_bad: __u64,
pub pkt_key_not_found: __u64,
pub pkt_ao_required: __u64,
pub pkt_dropped_icmp: __u64,
}
Fields§
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
§reserved2: __u16
§current_key: __u8
§rnext: __u8
§pkt_good: __u64
§pkt_bad: __u64
§pkt_key_not_found: __u64
§pkt_ao_required: __u64
§pkt_dropped_icmp: __u64
Implementations§
source§impl tcp_ao_info_opt
impl tcp_ao_info_opt
pub fn set_current(&self) -> __u32
pub fn set_set_current(&mut self, val: __u32)
pub fn set_rnext(&self) -> __u32
pub fn set_set_rnext(&mut self, val: __u32)
pub fn ao_required(&self) -> __u32
pub fn set_ao_required(&mut self, val: __u32)
pub fn set_counters(&self) -> __u32
pub fn set_set_counters(&mut self, val: __u32)
pub fn accept_icmps(&self) -> __u32
pub fn set_accept_icmps(&mut self, val: __u32)
pub fn reserved(&self) -> __u32
pub fn set_reserved(&mut self, val: __u32)
pub fn new_bitfield_1( set_current: __u32, set_rnext: __u32, ao_required: __u32, set_counters: __u32, accept_icmps: __u32, reserved: __u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
source§impl Clone for tcp_ao_info_opt
impl Clone for tcp_ao_info_opt
source§fn clone(&self) -> tcp_ao_info_opt
fn clone(&self) -> tcp_ao_info_opt
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for tcp_ao_info_opt
impl Debug for tcp_ao_info_opt
impl Copy for tcp_ao_info_opt
Auto Trait Implementations§
impl Freeze for tcp_ao_info_opt
impl RefUnwindSafe for tcp_ao_info_opt
impl Send for tcp_ao_info_opt
impl Sync for tcp_ao_info_opt
impl Unpin for tcp_ao_info_opt
impl UnwindSafe for tcp_ao_info_opt
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)