#[repr(transparent)]pub struct AllJoynAuthenticationMechanism(pub i32);
Expand description
Required features: ‘Devices_AllJoyn’, ‘deprecated’
Tuple Fields
0: i32
Implementations
impl AllJoynAuthenticationMechanism
impl AllJoynAuthenticationMechanism
pub const None: Self
pub const SrpAnonymous: Self
pub const SrpLogon: Self
pub const EcdheNull: Self
pub const EcdhePsk: Self
pub const EcdheEcdsa: Self
pub const EcdheSpeke: Self
Trait Implementations
impl Clone for AllJoynAuthenticationMechanism
impl Clone for AllJoynAuthenticationMechanism
impl Copy for AllJoynAuthenticationMechanism
Auto Trait Implementations
impl RefUnwindSafe for AllJoynAuthenticationMechanism
impl Send for AllJoynAuthenticationMechanism
impl Sync for AllJoynAuthenticationMechanism
impl Unpin for AllJoynAuthenticationMechanism
impl UnwindSafe for AllJoynAuthenticationMechanism
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more