Struct linux_raw_sys::net::tcp_ao_getsockopt
source · #[repr(C, align(8))]pub struct tcp_ao_getsockopt {Show 15 fields
pub addr: __kernel_sockaddr_storage,
pub alg_name: [c_char; 64],
pub key: [__u8; 80],
pub nkeys: __u32,
pub _bitfield_align_1: [u16; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2]>,
pub sndid: __u8,
pub rcvid: __u8,
pub prefix: __u8,
pub maclen: __u8,
pub keyflags: __u8,
pub keylen: __u8,
pub ifindex: __s32,
pub pkt_good: __u64,
pub pkt_bad: __u64,
}
Fields§
§addr: __kernel_sockaddr_storage
§alg_name: [c_char; 64]
§key: [__u8; 80]
§nkeys: __u32
§_bitfield_align_1: [u16; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 2]>
§sndid: __u8
§rcvid: __u8
§prefix: __u8
§maclen: __u8
§keyflags: __u8
§keylen: __u8
§ifindex: __s32
§pkt_good: __u64
§pkt_bad: __u64
Implementations§
source§impl tcp_ao_getsockopt
impl tcp_ao_getsockopt
pub fn is_current(&self) -> __u16
pub fn set_is_current(&mut self, val: __u16)
pub fn is_rnext(&self) -> __u16
pub fn set_is_rnext(&mut self, val: __u16)
pub fn get_all(&self) -> __u16
pub fn set_get_all(&mut self, val: __u16)
pub fn reserved(&self) -> __u16
pub fn set_reserved(&mut self, val: __u16)
pub fn new_bitfield_1( is_current: __u16, is_rnext: __u16, get_all: __u16, reserved: __u16, ) -> __BindgenBitfieldUnit<[u8; 2]>
Trait Implementations§
source§impl Clone for tcp_ao_getsockopt
impl Clone for tcp_ao_getsockopt
source§fn clone(&self) -> tcp_ao_getsockopt
fn clone(&self) -> tcp_ao_getsockopt
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 moreimpl Copy for tcp_ao_getsockopt
Auto Trait Implementations§
impl Freeze for tcp_ao_getsockopt
impl RefUnwindSafe for tcp_ao_getsockopt
impl !Send for tcp_ao_getsockopt
impl !Sync for tcp_ao_getsockopt
impl Unpin for tcp_ao_getsockopt
impl UnwindSafe for tcp_ao_getsockopt
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
)