banjo_fuchsia_wlan_ieee80211

Struct StatusCode

Source
#[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

Source§

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

Source§

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

Source§

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

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

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

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> CloneToUninit for T
where T: Clone,

Source§

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

🔬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,

Source§

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

Source§

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

Source§

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.