#[repr(transparent)]pub struct AllJoynBusAttachmentState(pub i32);
Expand description
Required features: "Devices_AllJoyn"
, "deprecated"
Tuple Fields
0: i32
Implementations
impl AllJoynBusAttachmentState
impl AllJoynBusAttachmentState
pub const Disconnected: Self = Self(0i32)
pub const Connecting: Self = Self(1i32)
pub const Connected: Self = Self(2i32)
pub const Disconnecting: Self = Self(3i32)
Trait Implementations
impl Clone for AllJoynBusAttachmentState
impl Clone for AllJoynBusAttachmentState
impl Copy for AllJoynBusAttachmentState
Auto Trait Implementations
impl RefUnwindSafe for AllJoynBusAttachmentState
impl Send for AllJoynBusAttachmentState
impl Sync for AllJoynBusAttachmentState
impl Unpin for AllJoynBusAttachmentState
impl UnwindSafe for AllJoynBusAttachmentState
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