#[repr(C)]
pub struct StatusCode(pub u16);

Tuple Fields§

§0: u16

Implementations§

source§

impl StatusCode

source

pub const SUCCESS: Self = _

source

pub const REFUSED_REASON_UNSPECIFIED: Self = _

source

pub const TDLS_REJECTED_ALTERNATIVE_PROVIDED: Self = _

source

pub const TDLS_REJECTED: Self = _

source

pub const SECURITY_DISABLED: Self = _

source

pub const UNACCEPTABLE_LIFETIME: Self = _

source

pub const NOT_IN_SAME_BSS: Self = _

source

pub const REFUSED_CAPABILITIES_MISMATCH: Self = _

source

pub const DENIED_NO_ASSOCIATION_EXISTS: Self = _

source

pub const DENIED_OTHER_REASON: Self = _

source

pub const UNSUPPORTED_AUTH_ALGORITHM: Self = _

source

pub const TRANSACTION_SEQUENCE_ERROR: Self = _

source

pub const CHALLENGE_FAILURE: Self = _

source

pub const REJECTED_SEQUENCE_TIMEOUT: Self = _

source

pub const DENIED_NO_MORE_STAS: Self = _

source

pub const REFUSED_BASIC_RATES_MISMATCH: Self = _

source

pub const DENIED_NO_SHORT_PREAMBLE_SUPPORT: Self = _

source

pub const REJECTED_SPECTRUM_MANAGEMENT_REQUIRED: Self = _

source

pub const REJECTED_BAD_POWER_CAPABILITY: Self = _

source

pub const REJECTED_BAD_SUPPORTED_CHANNELS: Self = _

source

pub const DENIED_NO_SHORT_SLOT_TIME_SUPPORT: Self = _

source

pub const DENIED_NO_HT_SUPPORT: Self = _

source

pub const R0KH_UNREACHABLE: Self = _

source

pub const DENIED_PCO_TIME_NOT_SUPPORTED: Self = _

source

pub const REFUSED_TEMPORARILY: Self = _

source

pub const ROBUST_MANAGEMENT_POLICY_VIOLATION: Self = _

source

pub const UNSPECIFIED_QOS_FAILURE: Self = _

source

pub const DENIED_INSUFFICIENT_BANDWIDTH: Self = _

source

pub const DENIED_POOR_CHANNEL_CONDITIONS: Self = _

source

pub const DENIED_QOS_NOT_SUPPORTED: Self = _

source

pub const REQUEST_DECLINED: Self = _

source

pub const INVALID_PARAMETERS: Self = _

source

pub const REJECTED_WITH_SUGGESTED_CHANGES: Self = _

source

pub const STATUS_INVALID_ELEMENT: Self = _

source

pub const STATUS_INVALID_GROUP_CIPHER: Self = _

source

pub const STATUS_INVALID_PAIRWISE_CIPHER: Self = _

source

pub const STATUS_INVALID_AKMP: Self = _

source

pub const UNSUPPORTED_RSNE_VERSION: Self = _

source

pub const INVALID_RSNE_CAPABILITIES: Self = _

source

pub const STATUS_CIPHER_OUT_OF_POLICY: Self = _

source

pub const REJECTED_FOR_DELAY_PERIOD: Self = _

source

pub const DLS_NOT_ALLOWED: Self = _

source

pub const NOT_PRESENT: Self = _

source

pub const NOT_QOS_STA: Self = _

source

pub const DENIED_LISTEN_INTERVAL_TOO_LARGE: Self = _

source

pub const STATUS_INVALID_FT_ACTION_FRAME_COUNT: Self = _

source

pub const STATUS_INVALID_PMKID: Self = _

source

pub const STATUS_INVALID_MDE: Self = _

source

pub const STATUS_INVALID_FTE: Self = _

source

pub const REQUESTED_TCLAS_NOT_SUPPORTED_BY_AP: Self = _

source

pub const INSUFFICIENT_TCLAS_PROCESSING_RESOURCES: Self = _

source

pub const TRY_ANOTHER_BSS: Self = _

source

pub const GAS_ADVERTISEMENT_PROTOCOL_NOT_SUPPORTED: Self = _

source

pub const NO_OUTSTANDING_GAS_REQUEST: Self = _

source

pub const GAS_RESPONSE_NOT_RECEIVED_FROM_SERVER: Self = _

source

pub const GAS_QUERY_TIMEOUT: Self = _

source

pub const GAS_QUERY_RESPONSE_TOO_LARGE: Self = _

source

pub const REJECTED_HOME_WITH_SUGGESTED_CHANGES: Self = _

source

pub const SERVER_UNREACHABLE: Self = _

source

pub const REJECTED_FOR_SSP_PERMISSIONS: Self = _

source

pub const REFUSED_UNAUTHENTICATED_ACCESS_NOT_SUPPORTED: Self = _

source

pub const INVALID_RSNE: Self = _

source

pub const U_APSD_COEXISTANCE_NOT_SUPPORTED: Self = _

source

pub const U_APSD_COEX_MODE_NOT_SUPPORTED: Self = _

source

pub const BAD_INTERVAL_WITH_U_APSD_COEX: Self = _

source

pub const ANTI_CLOGGING_TOKEN_REQUIRED: Self = _

source

pub const UNSUPPORTED_FINITE_CYCLIC_GROUP: Self = _

source

pub const CANNOT_FIND_ALTERNATIVE_TBTT: Self = _

source

pub const TRANSMISSION_FAILURE: Self = _

source

pub const REQUESTED_TCLAS_NOT_SUPPORTED: Self = _

source

pub const TCLAS_RESOURCES_EXHAUSTED: Self = _

source

pub const REJECTED_WITH_SUGGESTED_BSS_TRANSITION: Self = _

source

pub const REJECT_WITH_SCHEDULE: Self = _

source

pub const REJECT_NO_WAKEUP_SPECIFIED: Self = _

source

pub const SUCCESS_POWER_SAVE_MODE: Self = _

source

pub const PENDING_ADMITTING_FST_SESSION: Self = _

source

pub const PERFORMING_FST_NOW: Self = _

source

pub const PENDING_GAP_IN_BA_WINDOW: Self = _

source

pub const REJECT_U_PID_SETTING: Self = _

source

pub const REFUSED_EXTERNAL_REASON: Self = _

source

pub const REFUSED_AP_OUT_OF_MEMORY: Self = _

source

pub const REJECTED_EMERGENCY_SERVICES_NOT_SUPPORTED: Self = _

source

pub const QUERY_RESPONSE_OUTSTANDING: Self = _

source

pub const REJECT_DSE_BAND: Self = _

source

pub const TCLAS_PROCESSING_TERMINATED: Self = _

source

pub const TS_SCHEDULE_CONFLICT: Self = _

source

pub const DENIED_WITH_SUGGESTED_BAND_AND_CHANNEL: Self = _

source

pub const MCCAOP_RESERVATION_CONFLICT: Self = _

source

pub const MAF_LIMIT_EXCEEDED: Self = _

source

pub const MCCA_TRACK_LIMIT_EXCEEDED: Self = _

source

pub const DENIED_DUE_TO_SPECTRUM_MANAGEMENT: Self = _

source

pub const DENIED_VHT_NOT_SUPPORTED: Self = _

source

pub const ENABLEMENT_DENIED: Self = _

source

pub const RESTRICTION_FROM_AUTHORIZED_GDB: Self = _

source

pub const AUTHORIZATION_DEENABLED: Self = _

source

pub const JOIN_FAILURE: Self = _

source

pub const SPURIOUS_DEAUTH_OR_DISASSOC: Self = _

source

pub const CANCELED: Self = _

source

pub const ESTABLISH_RSNA_FAILURE: Self = _

Trait Implementations§

source§

impl BitAnd for StatusCode

§

type Output = StatusCode

The resulting type after applying the & operator.
source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
source§

impl BitAndAssign for StatusCode

source§

fn bitand_assign(&mut self, rhs: Self)

Performs the &= operation. Read more
source§

impl BitOr for StatusCode

§

type Output = StatusCode

The resulting type after applying the | operator.
source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
source§

impl BitOrAssign for StatusCode

source§

fn bitor_assign(&mut self, rhs: Self)

Performs the |= operation. Read more
source§

impl BitXor for StatusCode

§

type Output = StatusCode

The resulting type after applying the ^ operator.
source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
source§

impl BitXorAssign for StatusCode

source§

fn bitxor_assign(&mut self, rhs: Self)

Performs the ^= operation. Read more
source§

impl Clone for StatusCode

source§

fn clone(&self) -> StatusCode

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 Debug for StatusCode

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq for StatusCode

source§

fn eq(&self, other: &StatusCode) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for StatusCode

source§

impl Eq for StatusCode

source§

impl StructuralPartialEq for StatusCode

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> 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.