Enum linux_raw_sys::net::_bindgen_ty_6
source · #[non_exhaustive]#[repr(u32)]pub enum _bindgen_ty_6 {
Show 28 variants
TCP_NLA_PAD = 0,
TCP_NLA_BUSY = 1,
TCP_NLA_RWND_LIMITED = 2,
TCP_NLA_SNDBUF_LIMITED = 3,
TCP_NLA_DATA_SEGS_OUT = 4,
TCP_NLA_TOTAL_RETRANS = 5,
TCP_NLA_PACING_RATE = 6,
TCP_NLA_DELIVERY_RATE = 7,
TCP_NLA_SND_CWND = 8,
TCP_NLA_REORDERING = 9,
TCP_NLA_MIN_RTT = 10,
TCP_NLA_RECUR_RETRANS = 11,
TCP_NLA_DELIVERY_RATE_APP_LMT = 12,
TCP_NLA_SNDQ_SIZE = 13,
TCP_NLA_CA_STATE = 14,
TCP_NLA_SND_SSTHRESH = 15,
TCP_NLA_DELIVERED = 16,
TCP_NLA_DELIVERED_CE = 17,
TCP_NLA_BYTES_SENT = 18,
TCP_NLA_BYTES_RETRANS = 19,
TCP_NLA_DSACK_DUPS = 20,
TCP_NLA_REORD_SEEN = 21,
TCP_NLA_SRTT = 22,
TCP_NLA_TIMEOUT_REHASH = 23,
TCP_NLA_BYTES_NOTSENT = 24,
TCP_NLA_EDT = 25,
TCP_NLA_TTL = 26,
TCP_NLA_REHASH = 27,
}
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
TCP_NLA_PAD = 0
TCP_NLA_BUSY = 1
TCP_NLA_RWND_LIMITED = 2
TCP_NLA_SNDBUF_LIMITED = 3
TCP_NLA_DATA_SEGS_OUT = 4
TCP_NLA_TOTAL_RETRANS = 5
TCP_NLA_PACING_RATE = 6
TCP_NLA_DELIVERY_RATE = 7
TCP_NLA_SND_CWND = 8
TCP_NLA_REORDERING = 9
TCP_NLA_MIN_RTT = 10
TCP_NLA_RECUR_RETRANS = 11
TCP_NLA_DELIVERY_RATE_APP_LMT = 12
TCP_NLA_SNDQ_SIZE = 13
TCP_NLA_CA_STATE = 14
TCP_NLA_SND_SSTHRESH = 15
TCP_NLA_DELIVERED = 16
TCP_NLA_DELIVERED_CE = 17
TCP_NLA_BYTES_SENT = 18
TCP_NLA_BYTES_RETRANS = 19
TCP_NLA_DSACK_DUPS = 20
TCP_NLA_REORD_SEEN = 21
TCP_NLA_SRTT = 22
TCP_NLA_TIMEOUT_REHASH = 23
TCP_NLA_BYTES_NOTSENT = 24
TCP_NLA_EDT = 25
TCP_NLA_TTL = 26
TCP_NLA_REHASH = 27
Trait Implementations§
source§impl Clone for _bindgen_ty_6
impl Clone for _bindgen_ty_6
source§fn clone(&self) -> _bindgen_ty_6
fn clone(&self) -> _bindgen_ty_6
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 _bindgen_ty_6
impl Debug for _bindgen_ty_6
source§impl Hash for _bindgen_ty_6
impl Hash for _bindgen_ty_6
source§impl PartialEq for _bindgen_ty_6
impl PartialEq for _bindgen_ty_6
impl Copy for _bindgen_ty_6
impl Eq for _bindgen_ty_6
impl StructuralPartialEq for _bindgen_ty_6
Auto Trait Implementations§
impl Freeze for _bindgen_ty_6
impl RefUnwindSafe for _bindgen_ty_6
impl Send for _bindgen_ty_6
impl Sync for _bindgen_ty_6
impl Unpin for _bindgen_ty_6
impl UnwindSafe for _bindgen_ty_6
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§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
)