#[repr(transparent)]pub struct QmiWdsAuthentication(pub c_uint);Expand description
PDP context authentication protocols.
Since: 1.0
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiWdsAuthentication
impl QmiWdsAuthentication
Sourcepub const NONE: QmiWdsAuthentication
pub const NONE: QmiWdsAuthentication
no authentication
Sourcepub const PAP: QmiWdsAuthentication
pub const PAP: QmiWdsAuthentication
PAP authentication
Sourcepub const CHAP: QmiWdsAuthentication
pub const CHAP: QmiWdsAuthentication
CHAP authentication
Trait Implementations§
Source§impl Clone for QmiWdsAuthentication
impl Clone for QmiWdsAuthentication
Source§fn clone(&self) -> QmiWdsAuthentication
fn clone(&self) -> QmiWdsAuthentication
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QmiWdsAuthentication
Source§impl Debug for QmiWdsAuthentication
impl Debug for QmiWdsAuthentication
impl Eq for QmiWdsAuthentication
Source§impl Hash for QmiWdsAuthentication
impl Hash for QmiWdsAuthentication
Source§impl PartialEq for QmiWdsAuthentication
impl PartialEq for QmiWdsAuthentication
impl StructuralPartialEq for QmiWdsAuthentication
Auto Trait Implementations§
impl Freeze for QmiWdsAuthentication
impl RefUnwindSafe for QmiWdsAuthentication
impl Send for QmiWdsAuthentication
impl Sync for QmiWdsAuthentication
impl Unpin for QmiWdsAuthentication
impl UnsafeUnpin for QmiWdsAuthentication
impl UnwindSafe for QmiWdsAuthentication
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