#[repr(transparent)]pub struct ESimWatcherStatus(pub i32);
Expand description
Required features: "Networking_NetworkOperators"
Tuple Fields
0: i32
Implementations
impl ESimWatcherStatus
impl ESimWatcherStatus
pub const Created: Self = Self(0i32)
pub const Started: Self = Self(1i32)
pub const EnumerationCompleted: Self = Self(2i32)
pub const Stopping: Self = Self(3i32)
pub const Stopped: Self = Self(4i32)
Trait Implementations
impl Clone for ESimWatcherStatus
impl Clone for ESimWatcherStatus
impl Copy for ESimWatcherStatus
Auto Trait Implementations
impl RefUnwindSafe for ESimWatcherStatus
impl Send for ESimWatcherStatus
impl Sync for ESimWatcherStatus
impl Unpin for ESimWatcherStatus
impl UnwindSafe for ESimWatcherStatus
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