#[repr(transparent)]pub struct HotspotAuthenticationResponseCode(pub i32);
Expand description
Required features: "Networking_NetworkOperators"
Tuple Fields
0: i32
Implementations
impl HotspotAuthenticationResponseCode
impl HotspotAuthenticationResponseCode
pub const NoError: Self = Self(0i32)
pub const LoginSucceeded: Self = Self(50i32)
pub const LoginFailed: Self = Self(100i32)
pub const RadiusServerError: Self = Self(102i32)
pub const NetworkAdministratorError: Self = Self(105i32)
pub const LoginAborted: Self = Self(151i32)
pub const AccessGatewayInternalError: Self = Self(255i32)
Trait Implementations
impl Clone for HotspotAuthenticationResponseCode
impl Clone for HotspotAuthenticationResponseCode
impl Copy for HotspotAuthenticationResponseCode
Auto Trait Implementations
impl RefUnwindSafe for HotspotAuthenticationResponseCode
impl Send for HotspotAuthenticationResponseCode
impl Sync for HotspotAuthenticationResponseCode
impl Unpin for HotspotAuthenticationResponseCode
impl UnwindSafe for HotspotAuthenticationResponseCode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more