#[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 = Self(0i32)
pub const SrpAnonymous: Self = Self(1i32)
pub const SrpLogon: Self = Self(2i32)
pub const EcdheNull: Self = Self(3i32)
pub const EcdhePsk: Self = Self(4i32)
pub const EcdheEcdsa: Self = Self(5i32)
pub const EcdheSpeke: Self = Self(6i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more