Struct linux_raw_sys::net::tcp_ao_getsockopt

source ·
#[repr(C)]
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

source

pub fn is_current(&self) -> __u16

source

pub fn set_is_current(&mut self, val: __u16)

source

pub fn is_rnext(&self) -> __u16

source

pub fn set_is_rnext(&mut self, val: __u16)

source

pub fn get_all(&self) -> __u16

source

pub fn set_get_all(&mut self, val: __u16)

source

pub fn reserved(&self) -> __u16

source

pub fn set_reserved(&mut self, val: __u16)

source

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

source§

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)

Performs copy-assignment from source. Read more
source§

impl Copy for tcp_ao_getsockopt

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> CloneToUninit for T
where T: Clone,

source§

default unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
source§

impl<T> CloneToUninit for T
where T: Copy,

source§

unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

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

fn clone_into(&self, target: &mut T)

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

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.