Struct windows_sys::Devices::AllJoyn::AllJoynSessionLostReason
[−]#[repr(transparent)]pub struct AllJoynSessionLostReason(pub i32);
Expand description
Required features: "Devices_AllJoyn"
, "deprecated"
Tuple Fields
0: i32
Implementations
impl AllJoynSessionLostReason
impl AllJoynSessionLostReason
pub const None: Self = Self(0i32)
pub const ProducerLeftSession: Self = Self(1i32)
pub const ProducerClosedAbruptly: Self = Self(2i32)
pub const RemovedByProducer: Self = Self(3i32)
pub const LinkTimeout: Self = Self(4i32)
pub const Other: Self = Self(5i32)
Trait Implementations
impl Clone for AllJoynSessionLostReason
impl Clone for AllJoynSessionLostReason
impl Copy for AllJoynSessionLostReason
Auto Trait Implementations
impl RefUnwindSafe for AllJoynSessionLostReason
impl Send for AllJoynSessionLostReason
impl Sync for AllJoynSessionLostReason
impl Unpin for AllJoynSessionLostReason
impl UnwindSafe for AllJoynSessionLostReason
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